Clarify release authority for v1.1.0 and mark v1.0.0 as archival#25
Merged
Merged
Conversation
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.
Motivation
Description
README.mdto present a single current-line authority: explicitv1.1.0root surfaces (agents/v1.1.0/,schemas/v1.1.0/,meta/,.well-known/,checksums.txt), clarifydist-pin/as a derivative bundle, and mark.well-known/as discovery-only.SPEC.mdto remove wording drift around the “current schema files” transition, explicitly list the repo-owned v1.1.0 schema files, and separate legacyv1.0.0schema material as archival-only while preserving the protocol meaning.v1.0.0dist-pinmetadata by changing descriptions to “archival-only”, repointing legacy registry HTTP links at the archived v1.0.0 manifest path, and addingsuperseded_byandauthority_scopenotices; regeneratechecksums.txtto reflect those metadata updates.Testing
node scripts/generate-checksums.mjsto regenerate integrity digests, which completed successfully.npm run validate, which verifies local structure, manifest/card alignment, and checksums, and completed successfully.npm run validate:release; local manifest and derivative-bundle reproducibility checks passed, but external resolution of upstream tagged schema URLs failed in this environment (expected when mirrors/upstream are not reachable), so full publish-scoped URL resolution remains to be verified in a networked publish step.Codex Task