Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Apr 23:50
· 63 commits to main since this release

Changelog

  • 6d070c4 feat: add Claude Code skill installation
  • e971b1e feat: add Contact, Company, Relationship models
  • eafb735 feat: add GoReleaser, CI, and release workflows
  • 95b2bba feat: add MCP server with 12 tools, resources, and prompts
  • 14cf44d feat: add SQLite company, relationship, and search CRUD
  • 576fe13 feat: add SQLite contact CRUD with FTS5 search
  • 82a05e7 feat: add SQLite store with schema, FTS5, and triggers
  • 6c21cb3 feat: add Storage interface with filter and error types
  • e3183a6 feat: add XDG config with backend factory
  • 0e5655d feat: add company and relationship CLI commands
  • fec750f feat: add config-driven storage initialization to root command
  • 0691a94 feat: add contact CLI commands (add/list/show/edit/rm)
  • d3c5086 feat: add integration tests for both storage backends
  • bce6bdb feat: add markdown storage backend with full CRUD
  • e767fb4 feat: bootstrap crm project with CLI scaffold
  • 572415c fix: add prefix matching to link/unlink and fix comma splitting in fields