docs(05): complete task-dispatch phase

This commit is contained in:
Lukas May
2026-01-30 20:51:11 +01:00
parent a4484eb67d
commit e941561ecf

View File

@@ -29,16 +29,16 @@ Requirements for initial release. Each maps to roadmap phases.
- [x] **AGENT-03**: User can list all agents with status
- [x] **AGENT-04**: Agent sessions persist across terminal close/reopen
- [x] **AGENT-05**: Background mode runs agents without interactive terminal
- [ ] **AGENT-06**: Agents can surface questions back to user via message queue
- [x] **AGENT-06**: Agents can surface questions back to user via message queue
- [x] **AGENT-07**: Agents run via Claude Code CLI mode (-p flag) with JSON output schema
### Task System
- [ ] **TASK-01**: User can see status of all tasks at a glance
- [x] **TASK-01**: User can see status of all tasks at a glance
- [x] **TASK-02**: Tasks persist in SQLite database
- [x] **TASK-03**: Task hierarchy supports initiative → phase → plan → task breakdown
- [ ] **TASK-04**: Task dispatch respects dependency ordering (don't start B until A completes)
- [ ] **TASK-05**: Task queue dispatches work to available agents
- [x] **TASK-04**: Task dispatch respects dependency ordering (don't start B until A completes)
- [x] **TASK-05**: Task queue dispatches work to available agents
### Coordination
@@ -112,13 +112,13 @@ Which phases cover which requirements. Updated by create-roadmap.
| AGENT-03 | Phase 4 | Complete |
| AGENT-04 | Phase 4 | Complete |
| AGENT-05 | Phase 4 | Complete |
| AGENT-06 | Phase 5 | Pending |
| AGENT-06 | Phase 5 | Complete |
| AGENT-07 | Phase 4 | Complete |
| TASK-01 | Phase 5 | Pending |
| TASK-01 | Phase 5 | Complete |
| TASK-02 | Phase 2 | Complete |
| TASK-03 | Phase 2 | Complete |
| TASK-04 | Phase 5 | Pending |
| TASK-05 | Phase 5 | Pending |
| TASK-04 | Phase 5 | Complete |
| TASK-05 | Phase 5 | Complete |
| COORD-01 | Phase 6 | Pending |
| COORD-02 | Phase 6 | Pending |
| FSUI-01 | Phase 7 | Pending |