feat(FN-2605): merge fusion/fn-2605 (auto-resolved)

- test(FN-2605): complete Step 4 — align tests with planning labels
- docs(FN-2605): complete Step 3 — update demo and script terminology
- docs(FN-2605): complete Step 2 — update docs terminology
- docs(FN-2605): complete Step 1 — update README terminology
This commit is contained in:
Fusion
2026-04-26 12:34:02 -07:00
committed by gsxdsm
parent 7c31438f92
commit 69aa1a550a
22 changed files with 153 additions and 148 deletions

View File

@@ -191,7 +191,7 @@ You can create tasks from the board or CLI.
1. Type a short request in the quick entry input.
2. Press Enter.
3. Task appears in **Triage** and the triage agent generates `PROMPT.md`.
3. Task appears in **Planning** and the planning agent generates `PROMPT.md`.
### Option B: Plan Mode (Board)
@@ -231,8 +231,8 @@ fn task plan "Implement role-based access control"
Fusion uses six columns:
1. **Triage** — raw idea; AI writes spec
2. **Todo**specified and queued
1. **Planning** — raw idea; AI writes plan
2. **Todo**planned and queued
3. **In Progress** — executor implements in a dedicated worktree
4. **In Review** — implementation complete, awaiting merge/finalization
5. **Done** — merged and complete