feat: target RELAY spec v1.0 (stable)#16
Merged
Merged
Conversation
…ay conform RELAY v1.0 is a stability promotion with no normative changes from v0.3 (freezes §5/§10/§12/§15). cpp-RCP already conforms, so adoption is a version bump (closes #15): - relay.hpp: kRelaySpecVersion "0.3" → "1.0" - version.hpp: kVersion "0.3.0" → "1.0.0" (binary version aligns with v1.0.0) - test_relay.cpp / test_cli.cpp: assertions updated to "1.0" Verified with the RELAY v1.0 tool: `relay conform ./cpp-rcp` PASSES all three §12 schemas (version / capabilities / status). 28/28 CTest cases pass. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Matt Jones <47545907+SoundMatt@users.noreply.github.com>
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.
Summary
Targets RELAY spec v1.0 (stable) — closes #15.
RELAY v1.0 is a stability promotion with no normative changes from v0.3 (it freezes the canonical types §15, application interfaces §10, error sentinels §5, and CLI schemas §12 under a v1.0 stability guarantee). cpp-RCP already conforms, so adoption is a version bump.
Changes
relay.hpp:kRelaySpecVersion"0.3"→"1.0"version.hpp:kVersion"0.3.0"→"1.0.0"(binary version aligns with the v1.0.0 target)test_relay.cpp/test_cli.cpp: version assertions →"1.0"Verification —
relay conform(authoritative)Built the RELAY v1.0
relaytool and ran it against the cpp-rcp binary:cpp-rcp version --format jsonnow emits"version":"1.0.0","spec_version":"1.0".Test plan
relay conformPASS (all three §12 schemas)