What's new
C# inheritance extraction (#45)
DataProcessor : IProcessornow emitsinheritsedges- Handles both simple bases (
identifier) and generic bases (IList<T>→generic_name) - Zero false positives — tested on 6,100-file Unity/VaM codebase producing 3,957 edges
graphify query CLI command (#43)
- Query the knowledge graph without Claude Code:
graphify query "what connects attention to the optimizer?" graphify query "what is CfgNode?" --dfs graphify query "show auth flow" --budget 500 --graph path/to/graph.json - BFS by default,
--dfsfor path tracing,--budget Nto cap output tokens
Tests
- 362 tests passing (up from 360)