feat(FN-4259): add release note for exhausted-loop contract

Fusion-Task-Id: FN-4259
Fusion-Task-Lineage: 7a7ca17b-93ce-4319-8461-7d1462a2c0e1
This commit is contained in:
Fusion
2026-05-13 05:25:30 -07:00
committed by gsxdsm
parent 52b2c6a96e
commit ef4cb4b7ec

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Add a deterministic terminal contract for stuck-loop retry exhaustion. Exhausted tasks are marked failed with a `STUCK_LOOP_EXHAUSTED:` error prefix, receive a final operator guidance log entry, and are untracked by the stuck detector so automatic kill/requeue churn does not continue until the task is manually recovered.