Skip to main content

Module code_nav

Module code_nav 

Source
Expand description

Code navigation tools that bring Sparrow’s self-coding loop closer to a frontier agent’s: glob (find files by name pattern) and symbols (find where a symbol is defined / who calls it). The symbols tool is a regex-based index today; a tree-sitter AST upgrade keeps the same name/schema.

Structs§

Glob
Symbols