refactor(protocol): switch runtime to protocol wire codec paths

Point the build and dummy runtime producer at the canonical protocol module so runtime ownership matches the refactored directory structure.

- compile src/protocol/wire_codec.cpp
- update frame source to include and use protocol::wire_codec
- remove remaining sim/wire usage from runtime code

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-03-06 10:41:18 +08:00
parent fb59695461
commit 5d17ad5229
2 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ add_library(cvmmap_streamer_common STATIC
src/core/frame_source.cpp
src/core/ingest_runtime.cpp
src/ipc/contracts.cpp
src/sim/wire.cpp
src/protocol/wire_codec.cpp
lib/cvmmap-client-cpp/app_cvmmap_client.cpp
lib/cvmmap-client-cpp/app_cvmmap_parser.cpp
src/metrics/latency_tracker.cpp