Normalize commons cards to runtime execute and enforce class-specific entry semantics#28
Merged
GsCommand merged 1 commit intoMar 21, 2026
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
entrysemantics in schema and validation:commonscards must haveentry = https://runtime.commandlayer.org/executeandcommercialcards must matchx402://<ens>/<verb>/v1.1.0(schemaallOfrules added and validator logic updated).v1.1.0and archivedv1.0.0) to use the runtime execute URL and update theirupdated_attimestamps, and update manifest/dist-pin metadata to reflect commons runtime entries while preserving commercial x402 entries.entry, and adjusted source URL formatting for clarity.dist-pin, regeneratedchecksums.txt) and updated validator expectations (scripts/validate-cards.mjs).schemas/v1.1.0/agent.card.schema.json,schemas/v1.0.0/_shared/agent.card.base.schema.json,scripts/validate-cards.mjs,agents/v1.1.0/commons/*.json,agents/v1.0.0/commons/*.json,meta/manifest.json,meta/commons-agent.json,meta/commercial-agent.json,dist-pin/agent-cards/v1.1.0/**,README.md,SPEC.md,ONBOARDING.md,CHANGELOG.md,RESOLUTION.md, andchecksums.txt.Testing
npm run generate:dist-pinand the derivative bundle was rebuilt successfully. (passed)checksums.txtwithnode scripts/generate-checksums.mjsand checksum verification passed. (passed)npm run validate(current-line + checksum checks) andnpm run validate:legacy(v1.0.0 legacy checks), both completed successfully and confirmed manifest/cards/schema alignment with class-sensitiveentryrules. (passed)npm run validate:release(release-grade validation) which performed local checks and attempted external schema resolution; local checks passed but external network resolution of upstreamraw.githubusercontent.comschema URLs failed (network/external availability), so the release-grade external fetch gate remains blocked until upstream sources/mirrors are reachable. (partial — local pass, external fetch failures)Codex Task