Add Reporecall — local codebase memory with hooks + MCP
loading diff…
Reporecall gives Claude Code a codebase memory so it stops wasting tokens rediscovering your code.
The problem: Claude Code spends its first moves grepping and reading files to understand a codebase it's already seen. On large repos this burns through context window and token budget before real work starts.
The solution: Reporecall pre-indexes your codebase using Tree-sitter AST parsing (22 languages), builds call graphs, and injects relevant context via a hook in ~5ms — before Claude starts thinking. No grep chains, no exploration loops.
npm: @proofofwork-agency/reporecall