docs: sweep stale references + MCP tools improvement plan#5
Merged
Conversation
- Update MCP tool count from 9 to 6 everywhere (removed dev_history, dev_plan, dev_gh) - Remove references to deleted CLI commands (dev init, update, stats, dashboard, git, github, plan) - Replace LanceDB/@xenova/transformers references with Antfly/Termite - Rename vectors.lance to vectors in all doc examples - Remove dead tool documentation pages (dev-history.mdx, dev-plan.mdx, dev-github.mdx) - Update .claude/agents for current tool set - Clean examples/README.md of removed tool examples - Update config defaults from 9 to 6 adapters - Remove 3 prompts (analyze-issue, search-github, create-plan) and update tests - Update ARCHITECTURE.md, PLAN.md, vector/README.md for Antfly stack Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2257d75 to
4aa59e9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Comprehensive documentation sweep to remove stale references after Phase 2, plus a detailed plan for MCP tools improvement.
Docs Cleanup
Tool references updated:
CLI commands cleaned up:
dev explorecommand — merged--similar-toflag intodev search--similar-toTechnology references updated:
Agent and config updates:
MCP Tools Improvement Plan
6-part plan at
.claude/da-plans/mcp/phase-1-mcp-tools-improvement/with 12 user stories. Reviewed 3x by plan-reviewer agent, all blockers resolved.getDocsByFilePath(10-30x faster)Test plan
pnpm buildpassespnpm test— 1,620 tests pass, 0 failuresdev search "error handling"— returns 10 results, no stale referencesdev search --similar-to packages/core/src/vector/antfly-store.ts— returns 7 related filesdev map— clean output with relative paths, proper tree connectorsdev --help— shows only current commands (no removed ones)