mirror of
https://github.com/Graphify-Labs/graphify.git
synced 2026-09-14 19:34:09 +08:00
4205ae86cb
- extract.py: resolve relative JS/TS imports to full-path IDs (fixes 0 import edges on TS codebases) (#256) - extract.py: resolve relative Python imports to full-path IDs (#256) - watch.py: merge fresh AST with existing semantic nodes instead of overwriting (#253) - hooks.py: add python fallback after python3 for Windows; exit 0 if neither found (#244) - analyze.py: guard stale _src/_tgt hints with node membership check (#226) - detect.py + extract.py: add .vue and .svelte to CODE_EXTENSIONS and _DISPATCH (#254) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>