What's fixed
- #178 — Stale skill version warning persists after
graphify installwhen multiple platforms were previously installed.graphify installnow refreshes.graphify_versionin all known skill dirs so the warning clears across the board. - #260 —
.htmlfiles silently skipped during detection. Added.htmltoDOC_EXTENSIONS— HTML pages, docs, and web content now indexed. - #432 —
_rebuild_code(watch/update/git hook) failed entirely on graphs > 5000 nodes becauseto_htmlraisedValueError. Wrapped in its own try/except sograph.jsonandGRAPH_REPORT.mdalways land; stalegraph.htmlfrom a previous smaller run is removed. - #431 — Go stdlib imports (e.g.
"context") producedimports_fromedges pointing at local files of the same basename, creating false cycle-dependency pairs. Go import node IDs now prefixedgo_pkg_using the full import path.
Upgrade
pip install --upgrade graphifyy