CodeGraphContext — Structural Code Intelligence
CodeGraphContext (CGC) parses source code with tree-sitter and builds a queryable graph of functions, classes, and their relationships. Use it to answer structural questions that text search can't: "who calls this?", "what would break?", "where is dead code?"
Supports 14 languages: Python, JS/TS, Java, C/C++, C#, Go, Rust, Ruby, PHP, Swift, Kotlin, Dart, Perl.
When to invoke
Use CGC instead of grep when questions are structural:
- Trac
[Description truncada. Veja o README completo no GitHub.]