01Indexes codebases in multiple languages (TypeScript, Python, Go, Rust, Java/Kotlin, Scala, C#, Ruby) into a SQLite graph of symbols, references, and dependencies.
02Offers powerful CLI and MCP server queries for searching symbols, jumping to definitions, finding references, performing impact analysis, and exploring call and module graphs.
03Verifies repository consistency through gatekeeper checks for index freshness, missing test runs, type errors, and architecture boundary violations.
04Indexes non-code artifacts such as `.env` variables, `package.json` scripts, SQL migrations, and OpenAPI schemas, linking them to source code references.
05Integrates seamlessly with AI coding agents like Claude Code via pre-edit context injection, post-edit updates, post-test logging, and a stop-time verification gate.
060 GitHub stars