Bug fixes for #249, #261, #266.
Fixes
- #261
graphify watchnow preserves INFERRED/AMBIGUOUS edges (e.g. code↔doc rationale links) across AST rebuilds — previously any edge with one code-node endpoint was dropped, losing ~95 cross-type edges in mixed repos - #249 Codex hook no longer emits
permissionDecision:allowwhich codex-cli 0.120.0 rejects — switched toadditionalContext(rungraphify codex installto update your hook) - #266 Common lockfiles (
package-lock.json,yarn.lock,pnpm-lock.yaml,Cargo.lock,poetry.lock,go.sum, etc.) are now skipped during file detection — prevents token drain on large JS/Rust/Python projects
Upgrade
pip install --upgrade graphifyy