This commit is contained in:
gsxdsm
2026-05-22 04:09:22 -07:00
parent 5a9095e547
commit 3a0d179ba2
9 changed files with 57 additions and 451 deletions

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
FN-5196: pin the archived-task delete contract. `deleteTask` on a hard-archived task now throws the typed `TaskAlreadyHardArchivedError`; the dashboard delete route maps this to HTTP 410 Gone with `code: "TASK_ALREADY_HARD_ARCHIVED"`. No silent no-op.