v0.2.1
Added
intent-code init --agent claude|copilot|gemini|all: wire the index into each agent's native config (.mcp.json,.vscode/mcp.json, or.gemini/settings.json) and write the protocol into its instruction file (CLAUDE.md,.github/copilot-instructions.md, orGEMINI.md). Repeatable, defaults toclaude. Idempotent: managed block + JSON key-merge never clobber user content.intent-code install-hooks: git hooks (post-commit, post-merge, post-checkout, post-rewrite) that flag the index stale so the next query re-indexes incrementally. Editor-agnostic; appends to an existing shell hook and leaves a non-shell hook untouched.
Changed
- The indexer no longer indexes the agent instruction files it generates (
CLAUDE.md,GEMINI.md,AGENTS.md,.github/copilot-instructions.md,*.prompt.md,.mcp.json, and the.gemini/directory), avoiding a re-index feedback loop.
Designed by Harsha Rahul