autonomous-recovery
Recover deterministic tracked-work state when Taskrail planning files are inconsistent
autonomous-recovery
Recover deterministic tracked-work state when Taskrail planning files are inconsistent.
Required Flow
- Run
go run ./cmd/taskrail validate --jsonand inspect violations. - If state or task metadata is inconsistent, identify the minimal safe repair.
- Prefer repairing through Taskrail commands when possible.
- If bootstrap-era manual edits are required, keep them explicit and limited to restoring valid state.
- Run
go run ./cmd/taskrail validate --jsonagain.
Rules
- never force progress by casual state mutation
- repair the underlying inconsistency instead of hiding it
- do not implement unrelated product changes during recovery-only runs