feat(FN-4484): update task-management and cli-reference documentation

Updates CLI reference and task management documentation to align with FN-4476 changes.

Fusion-Task-Id: FN-4484
This commit is contained in:
Fusion
2026-05-14 10:18:20 -07:00
committed by gsxdsm
parent 77308601e5
commit 98ee23b278
2 changed files with 2 additions and 2 deletions

View File

@@ -494,7 +494,7 @@ fn task delete FN-001 --force
### Branch conflict recovery
Use `fn task branch-recovery` when executor branch allocation fails because the canonical task branch is already checked out elsewhere. By default, the command lists every recovery candidate for the task, including the branch tip SHA, attached worktree path (if any), and stranded commit subjects that are not reachable from the current run start point.
Use `fn task branch-recovery` when executor branch allocation fails because the canonical task branch is already checked out elsewhere. By default, the command lists every recovery candidate for the task, including the branch tip SHA, attached worktree path (if any), and patch-id-aware stranded commit subjects unique versus `main` (`git cherry`). Fully-subsumed branches show `stranded commits: none`.
```bash
fn task branch-recovery FN-001