mirror of
https://github.com/Graphify-Labs/graphify.git
synced 2026-09-14 19:34:09 +08:00
028f585356
extract.py: build name -> all candidates map instead of last-write-wins dict. Skip cross-file INFERRED calls where the callee name resolves to 2+ nodes (common names like log/execute/find with no import evidence to pick the right target) — prevents spurious edges from polluting god_nodes degree ranking. __main__.py: wrap cluster-only to_html in try/except ValueError so large graphs (>5000 nodes) don't crash the cluster command. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>