feat(FN-4102): add executor durability guard documentation

Adds documentation and a changeset for the executor durability guard feature (FN-4102).

Fusion-Task-Id: FN-4102
This commit is contained in:
Fusion
2026-05-13 08:03:01 -07:00
committed by gsxdsm
parent 70202ad945
commit 7f86215a9e
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Add an executor durability guard that prevents silent requeue when a task worktree still has uncommitted attributable changes. Affected recovery/requeue paths now park the task as failed with stranded-worktree diagnostics (including worktree path and recovery hints) instead of dropping back to todo without operator visibility.