docs(04): complete agent-lifecycle phase

Mark Phase 4 requirements as Complete:
- AGENT-01: Spawn agent with task assignment
- AGENT-02: Stop running agent
- AGENT-03: List agents with status
- AGENT-04: Session persistence
- AGENT-05: Background mode
- AGENT-07: CLI mode with JSON output
This commit is contained in:
Lukas May
2026-01-30 20:16:03 +01:00
parent e1ad5e8646
commit 20d867d980

View File

@@ -24,13 +24,13 @@ Requirements for initial release. Each maps to roadmap phases.
### Agent Management
- [ ] **AGENT-01**: User can spawn new agent with task assignment
- [ ] **AGENT-02**: User can stop running agent
- [ ] **AGENT-03**: User can list all agents with status
- [ ] **AGENT-04**: Agent sessions persist across terminal close/reopen
- [ ] **AGENT-05**: Background mode runs agents without interactive terminal
- [x] **AGENT-01**: User can spawn new agent with task assignment
- [x] **AGENT-02**: User can stop running agent
- [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
- [ ] **AGENT-07**: Agents run via Claude Code CLI mode (-p flag) with JSON output schema
- [x] **AGENT-07**: Agents run via Claude Code CLI mode (-p flag) with JSON output schema
### Task System
@@ -107,13 +107,13 @@ Which phases cover which requirements. Updated by create-roadmap.
| GIT-02 | Phase 3 | Complete |
| GIT-03 | Phase 3 | Complete |
| GIT-04 | Phase 3 | Complete |
| AGENT-01 | Phase 4 | Pending |
| AGENT-02 | Phase 4 | Pending |
| AGENT-03 | Phase 4 | Pending |
| AGENT-04 | Phase 4 | Pending |
| AGENT-05 | Phase 4 | Pending |
| AGENT-01 | Phase 4 | Complete |
| AGENT-02 | Phase 4 | Complete |
| AGENT-03 | Phase 4 | Complete |
| AGENT-04 | Phase 4 | Complete |
| AGENT-05 | Phase 4 | Complete |
| AGENT-06 | Phase 5 | Pending |
| AGENT-07 | Phase 4 | Pending |
| AGENT-07 | Phase 4 | Complete |
| TASK-01 | Phase 5 | Pending |
| TASK-02 | Phase 2 | Complete |
| TASK-03 | Phase 2 | Complete |