feat(FN-4031): recover stale review sessions and unblock dependent tasks on

Adds defensive recovery logic for stale review sessions: the executor now guards against resuming in an invalid worktree context, the self-healing manager recovers stale session paths and unblocks dependent tasks, and the restart recovery coordinator is updated to classify these cases correctly. Inc

Fusion-Task-Id: FN-4031
This commit is contained in:
Fusion
2026-05-11 22:02:23 -07:00
committed by gsxdsm
parent 52ac48ab4b
commit ee46b5ad56
8 changed files with 159 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Fix stale in-review session/worktree recovery so retries discard mismatched persisted session metadata, recover missing-worktree review failures into runnable state, and unblock downstream todo tasks stalled by stale review blockers.