Expand description
Repository structure mapping via tree-sitter and PageRank ranking.
Generates a compressed, ranked map of codebase symbols (classes, functions,
signatures) optimized for LLM token efficiency. Uses tree-sitter for AST
parsing, petgraph for PageRank, and the ignore crate for file walking.
Modules§
Functions§
- generate_
map - Generate a ranked map of the codebase at
root.