docs(KB-337): update task ID example in worktreeNaming section kb-042 -> fn-042

This commit is contained in:
gsxdsm
2026-03-31 20:12:50 -07:00
parent 879a941b9a
commit fc50379828

View File

@@ -448,7 +448,7 @@ Controls how worktree directory names are generated when `recycleWorktrees` is N
**Valid values:**
- `"random"` — Human-friendly random names like `swift-falcon`, `calm-river` (default)
- `"task-id"` — Use the task ID as the directory name, e.g., `kb-042`
- `"task-id"` — Use the task ID as the directory name, e.g., `fn-042`
- `"task-title"` — Use a slugified version of the task title, e.g., `fix-login-bug`
**Example:**