Vibe Coding
Graphify v0.9.32 Fixes a Merge Bug That Silently Dropped File Layers From Incremental Code-Graph Rebuilds
Graphify — the local AST code-knowledge-graph tool that ships a /graphify skill for Claude Code, Cursor, Codex and Gemini CLI — released v0.9.32 on Aug 1, 2026 with a tier-aware merge that stops file layers being dropped during incremental rebuilds, preservation of the graph's directed flag through `graphify update`, correct edge rendering in query results, and resolution fixes for C# members, Kotlin anonymous objects and Ruby mixins. If you run `graphify update` after edits, pre-0.9.32 graphs could quietly lose whole file layers, which is the silent-wrong-answer class of bug for any agent navigating by graph instead of grep.
↳ Follow the thread