Bug fixes for issues #226, #244, #253, #254, #256.
Fixes
- #256 JS/TS relative imports (
./foo) now resolve to full-path node IDs — previously allimports_fromedges were silently dropped on large TypeScript codebases. Python relative imports fixed the same way. - #253
graphify watchnow merges fresh AST nodes with existing semantic nodes (docs/papers) from the last full run — previously every code save wiped the semantic layer. - #244 Windows hooks now fall back to
pythonifpython3is not on PATH; exits cleanly (no error) if neither has graphify installed. - #226
surprising_connections/suggest_questionsno longer crash withKeyErroron stale_src/_tgtedge hints after a custom node merge or canonicalization pass. - #254
.vueand.sveltefiles are now recognized as code and included in extraction.
Upgrade
pip install --upgrade graphifyy