Expand description
Diff-aware review pipeline: parse unified diffs, map changed lines to symbols, compute blast radius via multi-hop graph traversal.
Structs§
- Blast
Radius Report - Full blast radius report for a diff.
- Diff
Hunk - A parsed diff hunk: file path + changed line ranges.
- Diff
Symbol Mapping - Mapping from a unified diff to affected symbol IDs in the graph.
- Memory
Snippet - Lightweight memory reference for the report (avoids serializing full MemoryNode).
- Missing
Change - A potentially missing change detected by pattern analysis.
- Missing
CoChange - A file historically coupled with changed files but absent from the diff.
- Symbol
Info - Information about a symbol for the blast radius report.
Functions§
- parse_
diff - Parse a unified diff into hunks with file paths and changed line numbers.