docs(01): complete core-infrastructure phase

This commit is contained in:
Lukas May
2026-01-30 13:29:11 +01:00
parent 6f64ec3e8c
commit 2d021ffa02

View File

@@ -9,11 +9,11 @@ Requirements for initial release. Each maps to roadmap phases.
### Infrastructure
- [ ] **INFRA-01**: CLI binary (`cw`) serves as single entry point for all commands
- [ ] **INFRA-02**: Server mode (`cw --server`) runs background coordination server
- [ ] **INFRA-03**: Process lifecycle supports start, stop, and restart of agents
- [ ] **INFRA-04**: Graceful shutdown handles SIGTERM/SIGINT with cleanup
- [ ] **INFRA-05**: Basic logging captures stdout/stderr per agent to files
- [x] **INFRA-01**: CLI binary (`cw`) serves as single entry point for all commands
- [x] **INFRA-02**: Server mode (`cw --server`) runs background coordination server
- [x] **INFRA-03**: Process lifecycle supports start, stop, and restart of agents
- [x] **INFRA-04**: Graceful shutdown handles SIGTERM/SIGINT with cleanup
- [x] **INFRA-05**: Basic logging captures stdout/stderr per agent to files
### Git Integration
@@ -98,11 +98,11 @@ Which phases cover which requirements. Updated by create-roadmap.
| Requirement | Phase | Status |
|-------------|-------|--------|
| INFRA-01 | Phase 1 | Pending |
| INFRA-02 | Phase 1 | Pending |
| INFRA-03 | Phase 1 | Pending |
| INFRA-04 | Phase 1 | Pending |
| INFRA-05 | Phase 1 | Pending |
| INFRA-01 | Phase 1 | Complete |
| INFRA-02 | Phase 1 | Complete |
| INFRA-03 | Phase 1 | Complete |
| INFRA-04 | Phase 1 | Complete |
| INFRA-05 | Phase 1 | Complete |
| GIT-01 | Phase 3 | Pending |
| GIT-02 | Phase 3 | Pending |
| GIT-03 | Phase 3 | Pending |