Structs§
- Outline
Node - Node representing directory or file in codebase outline tree.
Functions§
- add_
path_ to_ outline - Add a file path into the outline tree, bounded by max_depth.
- format_
blast_ radius - Format blast radius and likely test targets into token-dense markdown.
- format_
context_ slice - Format surgical context bundle for a symbol.
- format_
fact_ categories - Format available structural fact & literal categories.
- format_
file_ skeleton - Format progressive disclosure file skeleton with implementation bodies stripped.
- format_
find_ symbol_ results - Formats exact or FTS fallback symbol results with transparent header labeling.
- format_
references - Format references list for callers/callees with optional limit footer.
- format_
replace_ symbol_ result - Format result of atomic symbol body replacement.
- format_
search_ results - Formats FTS5 conceptual search results into token-dense markdown.
- format_
structural_ facts - Format structural facts and matching literals into token-dense markdown.
- format_
symbol_ body - Format symbol body with metadata header, signature, and body content.
- render_
outline_ tree