Refresh legacy dark pages into protocol-aligned light stubs and docs#255
Merged
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
metadata.prooffields.Description
public/about.html,public/agent-cards.html,public/faq.html,public/quickstart.html,public/demo-inner.html,public/composer.html(all now redirect/stub to canonical targets such as/protocol.html,/schemas.html,/docs.html,/docs/wrap-your-agent.html,/stack-proof-demo.html, and/capabilities.html).public/licensing.html,public/repositories.html(repository map with current public repos), andpublic/roadmap.html→ now a carefulStatuspage (Live / In progress / Planned) without speculative promises.public/verify-badge-demo.htmlinto the light protocol style with required messaging about badge responsibilities, checks (canonicalization, SHA-256, Ed25519,signer_id,kid, tamper invalidation), demo states (VALID / INVALID / TRANSPORT_ERROR), and links to verifier/demo surfaces; demo receipt links point to existing/receipts/demo-valid-receipt.jsonand/receipts/demo-tampered-receipt.json.README.mdto reflect the current protocol truth (runtime signs → verifier checksmetadata.proof, canonical proof fields, SDK example usingprivateKeyPem,keyId, andverifierUrl), removed stale hackathon/legacy proof language, and replaced broken sample receipt references; also updatedpublic/js/verify.jsand other pages/scripts to fetch/receipts/demo-valid-receipt.jsoninstead of missing legacy fixtures.examples/sample-receipt.jsonwere replaced with canonical targets or stubs and stable public paths were retained (no important protocol pages or schemas were altered).Testing
npm installsuccessfully in the repo with no install errors.npm testand all automated tests passed: 26 tests executed and passed (✔ …26/26).npm run buildand observed nobuildscript is defined inpackage.json(noted as informational, not a failure).cd examples/webhook-auto-verify && npm installandcd examples/webhook-auto-verify && npm run check, both of which completed successfully.Codex Task