feat(FN-5141): complete Step 7 — add changeset and delivery docs

Fusion-Task-Id: FN-5141
Fusion-Task-Lineage: 2f90daca-c147-4807-b780-09f8f54580ae
This commit is contained in:
Fusion (runfusion.ai)
2026-05-19 08:37:50 -07:00
committed by gsxdsm
parent fe52c95c46
commit 012fb17db1
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Soft-delete terminology cleanup: `fn_task_delete` and Fusion skill docs now describe `deleteTask` as a soft delete (row + artifacts preserved, ID reserved) and point users to archive cleanup for the actual hard-removal path.

View File

@@ -549,7 +549,7 @@ Behavior:
### Archive behavior
- `fn task archive <id>` moves done task to `archived`
- Dashboard delete confirmations for `done` tasks now include an **Archive Instead** action so users can preserve history without permanently deleting the task. This option is shown only for `done` tasks because the store-level archive contract only allows archiving from the `done` column.
- Dashboard delete confirmations for `done` tasks now include an **Archive Instead** action so users can preserve history without soft-deleting the task. This option is shown only for `done` tasks because the store-level archive contract only allows archiving from the `done` column.
- Cleanup mode can persist compact metadata and remove the task directory
- Archived tasks are read-only for task log/document writes:
- `logEntry()` throws `Task <id> is archived — logging is read-only`