mirror of
https://github.com/Graphify-Labs/graphify.git
synced 2026-09-14 19:34:09 +08:00
95e2c5eb32
- extract/_make_id + build/_normalize_id: use NFKC normalization and casefold so composed/decomposed Unicode forms produce the same ID; collapse consecutive underscores; both functions are now byte-for-byte equivalent (#811) - dedup: use explicit key-presence check instead of `or` for source/from fallback; pop stale from/to keys so they don't leak into graph.json attrs (#803) - skill --update: use build_merge() to avoid NetworkX round-trip direction flip; fix dict merge ordering so explicit source/target win; pull hyperedges from G.graph (merged) not new_extraction only (#801) - skill subagents: inject absolute CHUNK_PATH so Write tool doesn't lose chunk files to undefined cwd (#808) - __main__: skip skill version check during hook-check (runs on every editor tool use, must be silent); move warning to stderr Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>