Harden release schema bindings#24
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
/refs/tags/v1.1.0/raw-GitHub path form, blocking proof of external bindings duringvalidate:release.v1.1.0authority model and do not fabricate publication evidence while making the repo pin/tag-safe.Description
/refs/tags/v1.1.0/with the correct tag-root form/v1.1.0/across the canonicalv1.1.0agent cards and release metadata, includingagents/v1.1.0/*,meta/manifest.json,meta/commons-agent.json, andmeta/commercial-agent.json.scripts/validate-cards.mjsnow expects the corrected raw-GitHub tag-rootSOURCE_ROOTSpattern for bothcommonsandcommercial(keeps validator strict but aligned with repaired bindings).node scripts/build-dist-pin.mjsand regenerated the repository/bundle checksum inventories withnode scripts/generate-checksums.mjssodist-pin/agent-cards/v1.1.0/andchecksums.txtmatch the repaired canonical artifacts..well-known/*.jsonandmeta/*publish-state fields and left them unchanged because they already use the conservativerelease_candidate_pending_validationvalue; leftdist-pin/agent-cards/v1.0.0/explicitly neutralized as archival-only.Testing
npm run validateand it completed successfully (local card/schema/manifest checks and checksums verification passed).node scripts/build-dist-pin.mjsandnode scripts/generate-checksums.mjsto rebuild the derivative bundle and update checksums, and both commands succeeded.npm run validate:releaseand the repository-side validations (manifest alignment and bundle reproducibility) passed, while live external fetch checks toraw.githubusercontent.comcould not be proven in this environment due to outbound CONNECT 403 proxy restrictions (network fetch step failed here); this is an environment network limitation, not a repo-side binding issue./refs/tags/v1.1.0/pattern in the canonical files and validator (rg -n '/refs/tags/v1\.1\.0/' ...returned none).Codex Task