feat(FN-3937): document architecture recovery layers and lifecycle alignmen

Added documentation for Fusion's architecture recovery layers (deadlock self-healing, paused-aware in-review filtering) and aligned lifecycle docs, with a new test validating that the self-healing docs stay in sync with the source code.

Fusion-Task-Id: FN-3937
This commit is contained in:
Fusion
2026-05-10 10:46:43 -07:00
committed by gsxdsm
parent 46e5f517d9
commit c027fda596
3 changed files with 41 additions and 0 deletions

View File

@@ -92,6 +92,7 @@ Fusion task columns:
3. **in-progress** — executor active in isolated worktree
4. **in-review** — implementation complete; awaiting finalization
- If merge/finalization hits a terminal error, tasks can remain in `in-review` with `status: "failed"` for explicit follow-up. This state is intentionally preserved by recovery (not auto-bounced to `todo`).
- Self-healing can still auto-finalize retry-exhausted failed review tasks when it can prove their branch content already landed on the merge target, so already-merged work does not deadlock in `in-review`.
5. **done** — merged/finalized
6. **archived** — preserved history, optionally cleaned from filesystem