What's fixed
- Wiki crash on stale node IDs —
to_wiki()no longer crashes withTypeErrorwhen community node IDs are stale after dedup or re-extract. Stale IDs are silently dropped with a stderr warning; raises a clear error only if every ID is stale (#936) - .gitignore fallback — when no
.graphifyignoreexists,.gitignorepatterns are now honoured..graphifyignorestill takes precedence when both are present (#945) --excludeflag — new CLI flag to pass extra gitignore-style exclusion patterns at runtime without modifying.graphifyignore(#947).worktrees/skipped — git worktree sibling checkouts inside.worktrees/are no longer indexed as duplicate source (#947)- NAT64 SSRF false-positive fixed — hosts like
arxiv.orgon IPv6-only networks that resolve via RFC 6052 NAT64 (64:ff9b::/96) were incorrectly blocked as reserved IPs
Upgrade
uv tool upgrade graphifyy
# or
pip install --upgrade graphifyy