mirror of
https://github.com/Graphify-Labs/graphify.git
synced 2026-09-14 19:34:09 +08:00
caa6f9edb9
The PR always wrote gitignore=not no_gitignore into .graphify_build.json, so a flag-less `graphify extract` after `--no-gitignore` reset it to True and the git-ignored code silently disappeared again — the exact #1971 complaint. Write False only when the flag is set (None = leave as-is, mirroring #1886 excludes), and honor the persisted value for the run when the flag is absent. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>