Gut stale schema mirrors from public repo#334
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
commandlayer-clas).Description
schemas/v1.0.0/,schemas/v1.1.0/,public/schemas/v1.0.0/, andpublic/schemas/v1.1.0/and removed their manifest/checksum files and all contained schema JSONs.README.mdto: "Canonical CLAS schemas live in commandlayer-clas. commandlayer.org hosts docs, verifier surfaces, and selected public examples only." and updatedpublic/trust-verification.htmlto point tocommandlayer-clasas the canonical schema source.meta/manifest.json,agent-cards/*, andpublic/erc8004/*) so schema references now point at thecommandlayer-clasrepository URLs instead ofcommandlayer.org/schemasmirrors.api/_receipt-model.js'sloadCanonicalReceiptSchemawhich reads frompublic/schemas/...and safely returnsnull(cached) when files are absent, so no runtime code required wholesale mirror files; no required schema files were retained except runtime examples and public agent-card metadata.Testing
npm testand all automated tests passed:65tests executed,0failures (all green).rg/git grep) for stale mirror markers and schema mirror patterns to confirm removed mirror folders and updated references, and validated that remaining schema URLs in public surfaces point tocommandlayer-clasinstead of the removed local mirrors./verify.html,/api/verify,/api/agents/verifyagent) remain untouched and continue to operate under the test suite (no behavioral regressions detected).Codex Task