graphify v0.9.42 Fixed Fabricated Call Edges From JS Loop Bindings and a FIFO That Hung Extraction
Released 2026-08-13, v0.9.42 of the code-knowledge-graph tool (106,216 stars) is a correctness-and-determinism release largely from outside contributors: JS/TS `for...of`/`for...in` bindings are now shadowed so they stop fabricating `indirect_call` edges, Python relative subpackage imports resolve to the package `__init__`, and a non-regular file such as a FIFO or device node no longer hangs extraction. It also stamps graph provenance (`built_at_commit`) from the analysed repo rather than the shell cwd, and surfaces corrupt semantic-cache entries instead of silently missing them. If you built a graph before this release, the fabricated-edge fix means your caller/callee answers were quietly wrong on any loop-heavy JS file.
Source
↳ Follow the thread