Rebuild ambient verification page around working auto-verify model#252
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/ambient-verification.htmlan implementation-focused automatic verification page that demonstrates a working flow (runtime signs → delivered → verifier validates → accept/reject) and link to the webhook auto-verify example.Description
public/ambient-verification.htmlto use the canonical top navigation with the Docs dropdown (Docs marked active), updated the hero copy and CTAs to point to/webhook-auto-verify.htmland the GitHub example, and preserved the site visual direction.examples/webhook-auto-verifyrun andcurlexamples), an updated "Trust checks" list aligned tometadata.proof/json.sorted_keys.v1/SHA-256/Ed25519/vC4WbcNoq2znSCiQ/runtime.commandlayer.eth, a "Trust boundaries" section, a labeled "Verification URLs" demo section, and an explicit "Live vs planned" separation.public/ambient-verification.htmland contains only content/markup updates (no API routes, schemas, or file deletions were modified).Testing
npm installwhich completed successfully.npm testwhich executed the repo tests and reported17tests run with15passing and2failing due to a missing test fixture fileexamples/sample-receipt.jsonrequired by existing tests (tests failed as a result of the missing file rather than the page changes).npm run buildwhich failed because nobuildscript is defined inpackage.jsonin this repository.Codex Task