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:
committed by
gsxdsm
parent
935b0043fe
commit
90b51587cd
@@ -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
|
||||
|
||||
@@ -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:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user