**Core Value:** Network traffic patterns are instantly recognizable as distinct sounds — a ping sounds different from HTTPS noise, which sounds different from a port scan.
## v1.1 Requirements
Requirements for custom sound mappings milestone. Each maps to roadmap phases.
### Config Loading
- [ ]**CFG-01**: User can create a TOML config file that overrides default sound mappings
- [ ]**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)
- [ ]**CFG-04**: User can override individual values without replicating the entire default config (partial override)
- [ ]**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