mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-08-30 17:08:35 +08:00
2316fc9339
--redact overwrote name/path in place, so --state persisted '(redacted)' paths (destroying the real data Necromancer mode greps) and the relapse-watch map, keyed on the redacted path, reported on-disk repos as 'no longer found on disk'. --json also leaked real unversioned names/paths under --redact. Keep real_name/real_path when redacting; use them for relapse matching and the local --state file (a resume artifact, always real); keep the shareable console and --json fully redacted (unversioned included) and exclude real_* from the JSON dead payload. All four skill-evals CI jobs still pass. Fixes #1025