feat(FN-5141): complete Step 3 — update manual skill delete wording

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:27:06 -07:00
committed by gsxdsm
parent 935b0043fe
commit 90b51587cd
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ fn task duplicate FN-001 # Copy task to triage
fn task refine FN-001 --feedback "..." # Create follow-up task
fn task archive FN-001 # Move done → archived
fn task unarchive FN-001 # Move archived → done
fn task delete FN-001 [--force] # Permanently delete
fn task delete FN-001 [--force] # Soft delete (recoverable via DB)
fn task retry FN-001 # Retry failed task → todo
fn task comment FN-001 "text" # Add general comment
fn task comments FN-001 # List task comments

View File

@@ -67,7 +67,7 @@ Use `fn_task_show` with the task ID:
| Refine completed task | `fn_task_refine` | Creates follow-up task with dependency on original |
| Archive done task | `fn_task_archive` | Moves from done → archived |
| Restore archived task | `fn_task_unarchive` | Moves from archived → done |
| Delete task | `fn_task_delete` | Permanent — cannot be undone |
| Delete task | `fn_task_delete` | Soft delete — hides from active views; ID stays reserved; archive cleanup is the only hard-removal path |
**Attaching files:**