What to build
A no-model C test that #includes the engine, uses a socketpair, feeds synthetic floats, and asserts byte-exact COLIEX01 framing in both directions (request: magic/version/eid/nr/input layout; response: framing echo). This proves the wire contract correct independent of any model. Mirror the discipline of JustVugg#550's test_dense_protocol.c, but for the COLIEX01 framing (the constant already exists in JustVugg#551's work).
Acceptance criteria
Environment: codegraph-indexed — run codegraph explore first; refs in /home/eli/dev/_reference-docs-and-repos/colibri.
What to build
A no-model C test that
#includes the engine, uses asocketpair, feeds synthetic floats, and asserts byte-exact COLIEX01 framing in both directions (request: magic/version/eid/nr/input layout; response: framing echo). This proves the wire contract correct independent of any model. Mirror the discipline of JustVugg#550'stest_dense_protocol.c, but for the COLIEX01 framing (the constant already exists in JustVugg#551's work).Acceptance criteria
make test-c.Environment: codegraph-indexed — run
codegraph explorefirst; refs in/home/eli/dev/_reference-docs-and-repos/colibri.