Polish release-facing wording and tighten checksum/derivative verification (v1.1.0)#27
Merged
GsCommand merged 2 commits intoMar 21, 2026
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
dist-pin/verification so reviewers can independently verify sources.Description
agents/v1.1.0/,meta/,.well-known/, andschemas/v1.1.0/as canonical while describingv1.1.0as a release-candidate repository line pendingvalidate:releaseand external binding confirmation.checksums.txtas the canonical checksum record for the root release surfaces and describingdist-pin/agent-cards/v1.1.0/as a committed derivative bundle that must be verified by rebuild; added matching manifest keys describing derivative verification and checksum scope..well-known/*.jsonandmeta/*-agent.jsondescriptions to use the same "repository line" phrasing and adjustedmeta/manifest.jsonfields (checksums.covers,derivative_verification,surface_roles, andpublication.checksum_scope) to reflect the clarified model.SPEC.mdfor clarity), regeneratedchecksums.txt, and rebuilt the committeddist-pin/agent-cards/v1.1.0/bundle so in-repo artifacts match the edited root files.Testing
node -e "JSON.parse(require('fs').readFileSync('meta/manifest.json','utf8')); JSON.parse(require('fs').readFileSync('.well-known/agent.json','utf8')); JSON.parse(require('fs').readFileSync('.well-known/agent-cards-v1.1.0.json','utf8')); JSON.parse(require('fs').readFileSync('meta/commons-agent.json','utf8')); JSON.parse(require('fs').readFileSync('meta/commercial-agent.json','utf8')); console.log('json ok')"(success).npm run validatewhich completed successfully after regenerating checksums withnode scripts/generate-checksums.mjs(success).node scripts/build-dist-pin.mjsand re-rannpm run validate:release; derivative-bundle verification matched a fresh build (success) but full external schema URL resolution failed in this environment (external fetch failures), so publish-scoped mirror resolution remains outstanding (partial success: local + bundle verification OK; external network resolution failed).Codex Task