github safishamsi/graphify v0.4.23

6 hours ago

What's fixed

  • #178 — Stale skill version warning persists after graphify install when multiple platforms were previously installed. graphify install now refreshes .graphify_version in all known skill dirs so the warning clears across the board.
  • #260.html files silently skipped during detection. Added .html to DOC_EXTENSIONS — HTML pages, docs, and web content now indexed.
  • #432_rebuild_code (watch/update/git hook) failed entirely on graphs > 5000 nodes because to_html raised ValueError. Wrapped in its own try/except so graph.json and GRAPH_REPORT.md always land; stale graph.html from a previous smaller run is removed.
  • #431 — Go stdlib imports (e.g. "context") produced imports_from edges pointing at local files of the same basename, creating false cycle-dependency pairs. Go import node IDs now prefixed go_pkg_ using the full import path.

Upgrade

pip install --upgrade graphifyy

Don't miss a new graphify release

NewReleases is sending notifications on new releases.