docs(03-02): complete pipeline-integration MVP plan

- Add 03-02-SUMMARY.md with end-to-end pipeline wiring results
- Update STATE.md: session, decisions, metrics, progress
- Update ROADMAP.md: phase 3 plan progress
- Mark CAPT-03 requirement complete in REQUIREMENTS.md
This commit is contained in:
2026-03-26 13:16:55 +01:00
parent 0ab2c6e316
commit 5e60117f2b
4 changed files with 117 additions and 12 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ Requirements for initial release. Each maps to roadmap phases.
- [x] **CAPT-01**: User can specify network interface via `-i` flag
- [x] **CAPT-02**: User can list available network interfaces via `--list-interfaces`
- [ ] **CAPT-03**: Capture runs until user presses Ctrl+C, then gracefully flushes and saves MP3
- [x] **CAPT-03**: Capture runs until user presses Ctrl+C, then gracefully flushes and saves MP3
- [x] **CAPT-04**: User sees a clear actionable error message when lacking capture privileges (sudo/CAP_NET_RAW hint)
- [ ] **CAPT-05**: User can filter captured traffic using BPF syntax via `--filter` flag
- [ ] **CAPT-06**: User can sonify a pcap file instead of live traffic via `--read` flag
@@ -68,7 +68,7 @@ Which phases cover which requirements. Updated during roadmap creation.
|-------------|-------|--------|
| CAPT-01 | Phase 1 | Complete |
| CAPT-02 | Phase 1 | Complete |
| CAPT-03 | Phase 3 | Pending |
| CAPT-03 | Phase 3 | Complete |
| CAPT-04 | Phase 1 | Complete |
| CAPT-05 | Phase 4 | Pending |
| CAPT-06 | Phase 4 | Pending |