Skip to content

Add Proof Flow Composer demo with hybrid live verification#294

Merged
GsCommand merged 1 commit into
mainfrom
codex/create-proof-flow-composer-with-live-verification-2t859q
May 22, 2026
Merged

Add Proof Flow Composer demo with hybrid live verification#294
GsCommand merged 1 commit into
mainfrom
codex/create-proof-flow-composer-with-live-verification-2t859q

Conversation

@GsCommand
Copy link
Copy Markdown
Contributor

Motivation

  • Provide a public demo that composes simulated external adapter events (Coinbase, x402) with live CommandLayer runtime signing and live verification into a single trace-linked workflow for exploration and developer UX.

Description

  • Added public/proof-flow-composer.html implementing a 4-step UI (Coinbase webhook simulated, x402 payment simulated, runtime live action, VerifyAgent live verification) with a single propagated trace_id, four trace spans, tabs (Final Receipt, Trace, Verification, Trust Boundary), copy buttons, run/reset controls, and explicit simulated vs live labeling.
  • Wired the page to call the live runtime at https://runtime.commandlayer.org/summarize/v1.1.0 passing metadata.trace_id, then POST the received runtime receipt to /api/verify with fallback to /api/agents/verifyagent for verification, and render verifier output in the UI.
  • Added clearer error reporting in the receipt and verification panels for unreachable/HTTP-failure states, and included a verify cURL snippet and CTAs to /integrations.html, /verify.html, /canonical-receipts.html, and /sdk-records.html.
  • Updated public/integrations.html to link to /proof-flow-composer.html and changed favicon references in touched pages from /icon2.png to /favicon.ico to avoid a broken local asset link.

Testing

  • Ran npm test which executes node --test tests/*.test.js; test run completed with 54 assertions where 53 passed and 1 failed (failing: tests/api-auth.test.js expecting HTTP 400 but received 503), and all other tests passed.
  • Searched for banned identifier with rg -n "erc8211\.merkle\.v1" and found no matches in public/tests/api paths.
  • Confirmed /proof-flow-composer.html is linked from public/integrations.html and validated local href targets in the new page (fixed missing favicon reference).

Codex Task

@vercel
Copy link
Copy Markdown

vercel Bot commented May 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
commandlayer-commandlayer-org Ready Ready Preview, Comment May 22, 2026 10:22pm
commandlayer-org Ready Ready Preview, Comment May 22, 2026 10:22pm
commandlayer-org111 Ready Ready Preview, Comment May 22, 2026 10:22pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant