docs(06-02): complete CLI config wiring plan summary and state updates

This commit is contained in:
2026-03-26 21:05:50 +01:00
parent 413cceb1eb
commit e3487c5c94
4 changed files with 139 additions and 17 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ Requirements for custom sound mappings milestone. Each maps to roadmap phases.
- [x] **CFG-01**: User can create a TOML config file that overrides default sound mappings
- [x] **CFG-02**: Tool auto-discovers config from `./netsynth.toml` or `~/.config/netsynth/config.toml` (silent if absent)
- [ ] **CFG-03**: User can specify an explicit config path via `--config` flag (error if file missing)
- [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
@@ -58,7 +58,7 @@ Which phases cover which requirements. Updated during roadmap creation.
|-------------|-------|--------|
| CFG-01 | Phase 6 | Complete |
| CFG-02 | Phase 6 | Complete |
| CFG-03 | Phase 6 | Pending |
| CFG-03 | Phase 6 | Complete |
| CFG-04 | Phase 6 | Complete |
| CFG-05 | Phase 6 | Complete |
| CFG-06 | Phase 7 | Pending |