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:
committed by
gsxdsm
parent
fe52c95c46
commit
012fb17db1
5
.changeset/FN-5141-soft-delete-terminology.md
Normal file
5
.changeset/FN-5141-soft-delete-terminology.md
Normal 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.
|
||||
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user