docs(07-02): complete print-config and LoadResult wiring plan

- SUMMARY.md for plan 02: PrintConfig + CLI wiring
- STATE.md: updated progress (100%), metrics, decisions, session
- ROADMAP.md: Phase 7 marked Complete (2/2 summaries)
- REQUIREMENTS.md: CFG-06 marked complete
This commit is contained in:
2026-03-26 21:52:44 +01:00
parent b52e36b579
commit 3eebb0f590
4 changed files with 107 additions and 12 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ Requirements for custom sound mappings milestone. Each maps to roadmap phases.
- [x] **CFG-03**: User can specify an explicit config path via `--config` flag (error if file missing)
- [x] **CFG-04**: User can override individual values without replicating the entire default config (partial override)
- [x] **CFG-05**: Unknown keys in config file produce a clear error with the typo'd key name
- [ ] **CFG-06**: User can run `netsynth --print-config` to see the effective config as commented TOML
- [x] **CFG-06**: User can run `netsynth --print-config` to see the effective config as commented TOML
### Waveforms
@@ -61,7 +61,7 @@ Which phases cover which requirements. Updated during roadmap creation.
| CFG-03 | Phase 6 | Complete |
| CFG-04 | Phase 6 | Complete |
| CFG-05 | Phase 6 | Complete |
| CFG-06 | Phase 7 | Pending |
| CFG-06 | Phase 7 | Complete |
| WAVE-01 | Phase 5 | Complete |
| WAVE-02 | Phase 5 | Complete |
| RULE-01 | Phase 7 | Complete |