Rebuild capabilities page into canonical protocol capability hub#228
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
public/capabilities.htmlinto an expandable protocol capability hub that prioritizes Trust Verification v1 while preserving the page layout and interactive build-plan functionality.metadata.proof, SHA-256, Ed25519, runtime signing) and remove duplicate/overlapping capability groups.Description
Add Trust Verification,View Proof) and tightened the page intro to the new capability definition.Semantics,Request schema,Runtime execution,Canonical receipt,Discovery surface,Verificationand made the copy explicitly mentionmetadata.proof, runtime signing, MCP bridge, verifier validation, and tamper invalidation.Trust Verification v1first, removed/merged legacy groups, and updated verbs/badges accordingly.build-panel,add-to-build-plan, export/copy actions, capability card grid, capability detail model, and localStorage build plan behavior.type: 'commandlayer.capability_build_plan'andversion: '1.0.0'withruntime: 'https://runtime.commandlayer.org',verifier: 'runtime /verify or configured verifier', andproof_model: 'metadata.proof'; SDK config usesprivateKeyPemandkeyId; ENS records now includecl.sig.pub,cl.sig.kid,cl.sig.canonical,cl.receipt.signer, andagent-endpoint[mcp]; MCP surface lists canonical tool names and statesMCP is a bridge. Runtime signs. Verifier validates.Product,Developers,Proof).public/capabilities.htmlonly.Testing
npm installsuccessfully in the project and dependency installation completed without errors.npm testand all tests passed (26/26passing).npm run buildis not present in this repository and reportedMissing script: "build".Codex Task