docs(phase-11): evolve PROJECT.md after phase completion

This commit is contained in:
2026-03-27 16:42:17 +01:00
parent f57c613b54
commit 0a4d48c9c1
+2 -2
View File
@@ -10,7 +10,7 @@ Network traffic patterns are instantly recognizable as distinct sounds — a pin
## Current State ## Current State
**v1.2 in progress.** Phase 10 (Classification Layer) complete 2026-03-27 — 21 new TrafficClass constants and 30 port-matching rules added covering Mail, File Transfer, Remote Access, Database, Discovery, VoIP, Web (QUIC), and Infrastructure families. 35 total traffic classes (14 existing + 21 new), 42 classification rules. ~5,300 lines of Go across 7 packages. **v1.2 complete.** Phase 11 (Synthesis and Config Layer) complete 2026-03-27 — all 35 traffic classes have ClassFreqConfigs entries with family-coherent sound design. --print-config outputs classes grouped by family with section headers. Users can reassign protocols to different sound families via [groups] TOML config. Full test suite green. ~6,000 lines of Go across 7 packages.
Tech stack: gopacket/gopacket v1.5.0, packetcap/go-pcap (pure Go capture), sjzar/go-lame v0.0.9 (embedded LAME), spf13/cobra v1.10.2, BurntSushi/toml v1.6.0. Tech stack: gopacket/gopacket v1.5.0, packetcap/go-pcap (pure Go capture), sjzar/go-lame v0.0.9 (embedded LAME), spf13/cobra v1.10.2, BurntSushi/toml v1.6.0.
@@ -139,4 +139,4 @@ This document evolves at phase transitions and milestone boundaries.
4. Update Context with current state 4. Update Context with current state
--- ---
*Last updated: 2026-03-27 after Phase 10 completion* *Last updated: 2026-03-27 after Phase 11 completion*