github safishamsi/graphify v0.3.8

latest releases: v0.6.1, v0.6.0, v0.5.7...
24 days ago

What's new

C# inheritance extraction (#45)

  • DataProcessor : IProcessor now emits inherits edges
  • 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, --dfs for path tracing, --budget N to cap output tokens

Tests

  • 362 tests passing (up from 360)

Don't miss a new graphify release

NewReleases is sending notifications on new releases.