Add Automatic Verification section and Webhook Auto-Verify cross-links to homepage#254
Merged
GsCommand merged 1 commit intoMay 21, 2026
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
webhook-auto-verifydemo.Description
Automatic verificationsection topublic/index.htmlthat shows two result cards (Valid receipt= ACCEPTED andTampered receipt= REJECTED), a short flow row (Runtime signs → Webhook receives → Verifier checks → Accept / reject), and CTAs linking to/webhook-auto-verify.htmland the GitHub example.Run Auto-Verify Demolinking to/webhook-auto-verify.html.Verification surfacesarea on the homepage to include aWebhook Auto-Verifyflow card, explicit trust-boundary language (Webhook sender authentication is separate from receipt verification), and a small in-place link to the demo.public/ambient-verification.html,public/api.html,public/docs.html, andpublic/verify.htmlwhile avoiding long terminal blocks on the homepage and keeping canonical proof terminology (metadata.proof,json.sorted_keys.v1,SHA-256,Ed25519,kid=vC4WbcNoq2znSCiQ,signer_id=runtime.commandlayer.eth).Testing
npm installin the repo which completed successfully.npm testand all automated tests passed (26tests,0failures).npm run buildbut there is nobuildscript inpackage.json(noted as not present).examples/webhook-auto-verify, rannpm installandnpm run check, both of which completed successfully.Codex Task