This tool constructs a local, persistent structural map of your codebase using Tree-sitter to optimize how AI coding assistants process reviews. By tracking changes incrementally, it provides precise context through the Model Context Protocol (MCP), ensuring AI tools read only relevant code segments rather than scanning entire repositories. The project highlights benchmarked reductions in context size to lower token usage and improve review efficiency.
- Uses Tree-sitter for incremental structural mapping of codebases
- Delivers precise context to AI via MCP to reduce token waste
- Benchmarks show significant context reduction in large repos
- Supports CLI, local-first architecture, and GitHub Actions
- Optimizes AI review workflows by limiting scope to relevant changes