Token Reduction Ratio
The ratio between total source corpus tokens and graph.json tokens, representing the theoretical maximum context savings when using a knowledge graph instead of reading all files.
Tree-sitter
A parser generator tool that produces concrete syntax trees from source code, used by Graphify to extract structural information (classes, functions, imports, call chains) locally without sending code to external services.