feat: uplift to RELAY spec v1.10 — crossbar send sink + continuous conformance#27
Merged
Conversation
…nformance Adopt RELAY v1.10 (was 1.0). Addresses #21, #25, #26. - #21 (§11.2): add 'send --format json' streaming NDJSON sink (crossbar spoke) to the cpp-rcp CLI — reads relay.Message NDJSON on stdin and publishes each via message_to_command to the matching mock zone controller; malformed/undeliverable lines are skipped non-fatally. Self-contained minimal JSON reader + base64 decode; declared in capabilities.commands. New REQ-CLI-005 (traced + tested). - #25 (§13.7): add relay::INode alias for the cross-language node-interface name; bump kRelaySpecVersion 1.0 -> 1.10. - #26 (§20.1): tighten CI cpfusa trace gate to 100% requirement coverage (traced AND tested). relay conform --strict gate already added in #22. kVersion -> 1.1.0 (new CLI command). 332/332 requirements traced; 41 ctest suites green; relay conform --strict PASS at spec 1.10. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Matt Jones <47545907+SoundMatt@users.noreply.github.com>
This was referenced Jun 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uplifts cpp-RCP to RELAY spec v1.10 (from 1.0) and resolves the open spec-progression issues.
Closes #21, #25, #26
#21 — §11.2 streaming send sink (crossbar spoke)
cpp-rcp send --format jsonnow readsrelay.MessageNDJSON on stdin and publishes each (viamessage_to_command→ matching mock zone controller) until EOF. Malformed or undeliverable lines are reported and skipped so one bad message can't tear down a crossbar route. Self-contained minimal JSON reader + base64 decode (no new dependency);senddeclared incapabilities.commands. New REQ-CLI-005 (traced + tested). Verified against RELAY-generated NDJSON (relay convert).#25 — §13.7 library architecture + spec uplift
Added
relay::INodealias (the mandated cross-language node-interface name); the core/adapt/mocktaxonomy was already compliant. BumpedkRelaySpecVersion1.0 → 1.10.#26 — §20.1 continuous conformance
Tightened the CI
cpfusa tracegate to 100% requirement coverage (traced AND tested). Therelay conform --strictgate (§20.1.1) was added in #22.Verification (local)
relay conform --strictPASS at spec_version 1.10 (all three §12 schemas).kVersion→ 1.1.0 (new command → minor bump). RELAYspec_versionreported as 1.10.Out of scope (intentionally):
convert/interoptooling-conformance (§20.3) — not declared; feature-parity ports tracked in #23.TARA.mdworking-tree change is the parked case-collision item, excluded.