feat(FN-1641): update documentation to match current dashboard behavior
- Update README.md with current dashboard features - Revise docs/dashboard-guide.md for accuracy - Update docs/getting-started.md to reflect new user workflow - Update docs/task-management.md with current task operations - Complete preflight audit confirming docs consistency
This commit is contained in:
@@ -79,7 +79,7 @@ Features:
|
||||
Visual customization includes:
|
||||
|
||||
- Theme mode: dark/light/system
|
||||
- **55 color themes** (including Ocean, Forest, Nord, Dracula, Gruvbox, Tokyo Night, and more)
|
||||
- **54 color themes** (including Ocean, Forest, Nord, Dracula, Gruvbox, Tokyo Night, and more)
|
||||
|
||||
Theme preferences are stored in global settings.
|
||||
|
||||
|
||||
@@ -90,7 +90,18 @@ Use the 🌳 button to:
|
||||
- Reorder by drag-and-drop
|
||||
- Add dependency links before creating tasks
|
||||
|
||||
### Option D: CLI
|
||||
### Option D: Expanded Controls (Board)
|
||||
|
||||
Expand the quick entry panel (▼) to access additional controls:
|
||||
|
||||
- **Refine** (✨) — Improve the description with AI
|
||||
- **Deps** (🔗) — Link existing tasks as dependencies
|
||||
- **Attach** — Add image attachments
|
||||
- **Models** (🧠) — Set per-task model overrides
|
||||
- **Agent** — Assign an agent to the task
|
||||
- **Save** — Create the task manually
|
||||
|
||||
### Option E: CLI
|
||||
|
||||
```bash
|
||||
fn task create "Fix flaky login test"
|
||||
|
||||
@@ -31,7 +31,18 @@ Use the 🌳 button:
|
||||
- Add dependencies only on earlier items
|
||||
- Create tasks in one action
|
||||
|
||||
### 4) CLI creation
|
||||
### 4) Expanded Controls
|
||||
|
||||
Expand the creation panel (▼) to access additional controls:
|
||||
|
||||
- **Refine** (✨) — Improve the description with AI
|
||||
- **Deps** (🔗) — Link existing tasks as dependencies
|
||||
- **Attach** — Add image attachments
|
||||
- **Models** (🧠) — Set per-task model overrides (executor, validator, planning)
|
||||
- **Agent** — Assign an agent to the task
|
||||
- **Browser Verify** — Enable browser verification workflow step
|
||||
|
||||
### 5) CLI creation
|
||||
|
||||
```bash
|
||||
fn task create "Fix API timeout handling"
|
||||
|
||||
Reference in New Issue
Block a user