Extraction & the graph
Turn a folder into a knowledge graph: symbols and relationships, clustered into communities.
Parses 30+ languages with tree-sitter, resolves call, import, and reference edges, and clusters the result into communities so the structurally important pieces surface on their own. A code-only corpus never makes a network call.
Incremental rebuilds, file watching, and git hooks keep the graph current as you work; an on-disk AST cache makes re-runs fast.