Add Proof Flow Composer demo with hybrid live verification#294
Merged
GsCommand merged 1 commit intoMay 22, 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
Description
public/proof-flow-composer.htmlimplementing a 4-step UI (Coinbase webhook simulated, x402 payment simulated, runtime live action, VerifyAgent live verification) with a single propagatedtrace_id, four trace spans, tabs (Final Receipt, Trace, Verification, Trust Boundary), copy buttons, run/reset controls, and explicit simulated vs live labeling.https://runtime.commandlayer.org/summarize/v1.1.0passingmetadata.trace_id, then POST the received runtime receipt to/api/verifywith fallback to/api/agents/verifyagentfor verification, and render verifier output in the UI./integrations.html,/verify.html,/canonical-receipts.html, and/sdk-records.html.public/integrations.htmlto link to/proof-flow-composer.htmland changed favicon references in touched pages from/icon2.pngto/favicon.icoto avoid a broken local asset link.Testing
npm testwhich executesnode --test tests/*.test.js; test run completed with 54 assertions where 53 passed and 1 failed (failing:tests/api-auth.test.jsexpecting HTTP 400 but received 503), and all other tests passed.rg -n "erc8211\.merkle\.v1"and found no matches inpublic/tests/apipaths./proof-flow-composer.htmlis linked frompublic/integrations.htmland validated local href targets in the new page (fixed missing favicon reference).Codex Task