Versions in this module Expand all Collapse all v0 v0.1.1 Jun 25, 2026 Changes in this version + const DefaultBudget + const DefaultMaxSymbolsPerFile + func EstimateTokens(s string) int + func RepoMap(root string, budget int) (string, error) + type FileNode struct + Imports []string + Lang string + Path string + Rank float64 + Symbols []Symbol + type Graph struct + Nodes map[string]*FileNode + func Build(root string) (*Graph, error) + func (g *Graph) Rank() + func (g *Graph) Render(opts Options) string + type Options struct + Budget int + ExportedOnly bool + MaxSymbolsPerFile int + type Symbol struct + Exported bool + Kind string + Name string