mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
Remove references to mcp__code-index MCP tool and simplify context discovery to use native search tools (ripgrep, find) with MCP Exa for external research. Changes: - action-planning-agent.md: Remove code-index from capabilities and examples - cli-execution-agent.md: Remove MCP code-index discovery section, update to use ripgrep/find only - code-developer.md: Minor documentation updates - task-json-agent-mode.txt: Remove code-index references - task-json-cli-mode.txt: Remove code-index references - workflow-architecture.md: Update MCP integration documentation Rationale: - Simplify dependency stack - Native tools (rg, find) provide sufficient file discovery capabilities - MCP Exa remains for external research (best practices, documentation) - Reduces maintenance overhead and improves reliability 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>