Local-first codebase indexing - Anchor Docs

Build a local SQLite codebase index for AI coding agents with files, chunks, symbols, tests, architecture patterns, and safe sanitized snippets.

Agents need current-code evidence, but sending the whole repo into every prompt is noisy, expensive, and often impossible.

anchor index-code
anchor architecture --file src/api/routes.ts
anchor test-command src/api/routes.ts

Anchor docs ยท GitHub