Expand description
Repo map: PageRank-based symbol importance ranking across a codebase.
Provides a ranked view of the most structurally important symbols, personalized by session context (recent files, focus files).
Re-exports§
pub use budget::fit_to_budget;pub use graph::RepoGraph;pub use ranking::rank_symbols;