Files
thejesh23 2316fc9339 Fix project-graveyard --redact corrupting state and faking relapse verdicts
--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
2026-07-22 20:24:58 -07:00
..