Skip to content

Commit f9e6c92

Browse files
committed
refactor(review): split symbol graph modules
1 parent 0cf021a commit f9e6c92

File tree

7 files changed

+1144
-1116
lines changed

7 files changed

+1144
-1116
lines changed

TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ This roadmap is derived from deep research into Greptile's public docs, blog, MC
7070
37. [x] Add graph-backed ranking of related files before semantic RAG retrieval.
7171
38. [x] Add graph query traces to `dag_traces` or review artifacts for explainability and debugging.
7272
39. [x] Add graph-aware eval fixtures that require multi-hop code understanding to pass.
73-
40. [ ] Split `src/core/symbol_graph.rs` into construction, persistence, traversal, and ranking modules as it grows.
73+
40. [x] Split `src/core/symbol_graph.rs` into construction, persistence, traversal, and ranking modules as it grows.
7474

7575
## 5. External Context and Pattern Repositories
7676

0 commit comments

Comments
 (0)