feat(relay): adopt RELAY spec v1.11 (§17.7 CLI waiver removal)#36
Open
SoundMatt wants to merge 1 commit into
Open
feat(relay): adopt RELAY spec v1.11 (§17.7 CLI waiver removal)#36SoundMatt wants to merge 1 commit into
SoundMatt wants to merge 1 commit into
Conversation
RELAY v1.11 removes the §17.7 waiver that let a CLI-less C++ library have its version/capabilities/status CLI requirements assessed as "not applicable", reconciling §17 with §20 (which gates CI on `relay conform --strict` against the built CLI). go-LIN already ships the full CLI (cmd/go-lin), so it was already conformant with the stricter rule — this is a spec-tracking uplift only. - Bump github.com/SoundMatt/RELAY v1.10.0 -> v1.11.0 - SpecVersion auto-tracks relay.SpecVersion (now "1.11") - Bump the relay CLI pin in the conform/interop CI jobs to v1.11.0 - Regenerate safety evidence (sbom/safety-case/etc. now reference spec 1.11) Verified: build, go vet, go test -race, relay conform --strict PASS, relay interop --protocol LIN EQUIVALENT, full gofusa lifecycle and all 7 compliance gap reports (ISO/IEC/DO/UNECE/SLSA) green at 0 GAP. 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.
RELAY v1.11 removes the §17.7 waiver that let a CLI-less C++ library have its
version/capabilities/statusCLI requirements assessed as not applicable, reconciling §17 with §20 (CI gating onrelay conform --strictagainst the built CLI).go-LIN already ships the full CLI (
cmd/go-lin), so it was already conformant with the stricter rule — this is a spec-tracking uplift only.Changes
github.com/SoundMatt/RELAYv1.10.0 → v1.11.0SpecVersionauto-tracksrelay.SpecVersion(now"1.11")v1.11.0in the conform/interop CI jobsVerification (local)
go build/go vet/go test -race✅ ·relay conform --strictPASS ·relay interop --protocol LINEQUIVALENT ·version --format jsonreportsspec_version: 1.11· full gofusa lifecycle + all 7 compliance gap reports (ISO 26262 / IEC 61508 / ISO 21434 / IEC 62443 / DO-178C / UN R.155 / SLSA) 0 GAP