Skip to content

Add Proof Flow Composer demo (simulated adapters + live runtime/verification)#291

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

Add Proof Flow Composer demo (simulated adapters + live runtime/verification)#291
GsCommand merged 1 commit into
mainfrom
codex/create-proof-flow-composer-with-live-verification

Conversation

@GsCommand
Copy link
Copy Markdown
Contributor

Motivation

  • Provide a public demo that composes simulated external adapter events (Coinbase CDP webhook, x402 payment) with a live CommandLayer runtime action and live verification into a single trace-linked workflow to demonstrate trust boundaries and trace propagation.
  • Make the demo safe for browser use by clearly labeling simulated steps and avoiding embedding any secrets, keys, or production payment implementations.

Description

  • Added a new public demo page public/proof-flow-composer.html that implements a four-step flow UI and trace line with the spans coinbase.webhook.verified, x402.payment.accepted, agent.action.executed, and verifyagent.receipt.verified, plus run/reset controls, copy buttons, receipt tabs (Final Receipt, Trace, Verification, Trust Boundary), and CTA links.
  • Implemented hybrid flow logic in-browser that: simulates Coinbase and x402 adapter events and generates a shared trace_id, calls the live runtime endpoint https://runtime.commandlayer.org/summarize/v1.1.0 to obtain a signed runtime receipt, and attempts verification against /api/verify with fallback /api/agents/verifyagent.
  • Updated public/integrations.html to add a “Proof Flow Composer” card linking to /proof-flow-composer.html.
  • Safety and trust-boundary controls added: Coinbase/x402 steps are explicitly labeled simulated adapter event, runtime and verification steps are labeled live, no secrets or private keys are placed in browser code, and clear error states exist for unreachable runtime/verifier.
  • Note runtime/verifier limitation: the page depends on reachable live runtime and verifier endpoints and surfaces clear errors if those network calls fail.

Testing

  • Ran the project test suite with npm test, and all automated tests passed (53 passing tests reported).

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:06pm
commandlayer-org Ready Ready Preview, Comment May 22, 2026 10:06pm
commandlayer-org111 Ready Ready Preview, Comment May 22, 2026 10:06pm

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