G-10Repo Indexing & Code Search

/coding-agents/repo-indexing

Symbol maps and semantic search turn ten rounds of grep into one hop.

Key insight

Navigation is most of a coding agent’s token bill; an index converts that recurring cost into a one-time build.

Failure mode

A stale index: confidently wrong answers about code that moved is worse than grep’s slow honesty.

Elsewhere in the atlas