mirror of
https://github.com/Graphify-Labs/graphify.git
synced 2026-09-14 19:34:09 +08:00
c389b3ee75
Two fixes on top of #2768: (1) the baked line was an unconditional export GRAPHIFY_VIZ_NODE_LIMIT="<n>", which clobbered an explicit GRAPHIFY_VIZ_NODE_LIMIT=... git commit; use the ${VAR:-<n>} default form (mirroring GRAPHIFY_MAX_WORKERS) so the per-run value wins, and widen the status drift regex to read the new form (still accepting the old bare one). (2) A malformed .graphifyrc turned the read-only hook status into a traceback; status now catches the parse error, warns, and continues. Adds precedence and malformed-status tests. Also adds the CHANGELOG entry. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>