Add schema registry and capabilities schema download UI hooks#354
Merged
GsCommand merged 1 commit intoMay 26, 2026
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
/capabilities.htmlthat point to real schema artifacts (or to generated indexes) rather than invented links.commandlayer-clas.Description
public/schemas/index.jsondescribing the Trust Verification family, its verbs, schema path prefixes, manifest path, and CLAS repo URL.public/schemas/live-clas-schemas.index.jsonas a downloadable bundle/index placeholder representing the published CLAS schema bundle for the Trust Verification family.public/capabilities.htmlto: add global build-plan actions for schema downloads (Download all live CLAS schemas,Download schema index,View CLAS repo), add family-level actions on the Trust Verification card (Download all family schemas,View family manifest), and wire per-verb modal actions so live verbs expose:Download request schema,Download receipt schema,Copy request schema URL,Copy receipt schema URL,View source in CLAS repo, andAdd to build plan(these actions remain disabled until concrete schema files are available).data-schema-request-prefix/data-schema-receipt-prefix) so per-verb URLs can be composed from the registry.Testing
rg --files public | rg 'schema|manifest|capabilities/trust'and confirmed existing manifestpublic/capabilities/trust-verification/manifest.jsonwas present (succeeded).public/capabilities.htmland adding JSON files; diff inspection confirmed the intended changes topublic/capabilities.html,public/schemas/index.json, andpublic/schemas/live-clas-schemas.index.json(succeeded).commandlayer-claswithgit clone https://github.com/commandlayer/commandlayer-clas, but network access to GitHub failed in this environment (CONNECT tunnel failed, response 403), so no concrete per-verb schemas were imported (failed as expected due to environment network restrictions).liveSchemaPaths(the list of published schema files) is populated from real CLAS artifacts (manual code inspection / automated checks succeeded).Codex Task