First owner-authorized runtime record captured on real BrowserPod #50
yhay81
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Today Clawsembly captured its first owner-authorized runtime record on the real committed provider (
browserpod@2.12.1, browser-local Node 22.15.0).What ran end to end — browser-locally, behind the embedder-controlled boundary:
clawsembly-hello-agent@0.2.0fixture (per-file SHA-256, integrity matched)hello.sayround trip, then four capability-mediated chat turns across the default-deny boundary: denied before approval → completed after explicit approval → aborted in flight by the host → denied again after revocationThe digest-bound evidence is committed at
packages/hello-agent-binding/evidence/hello-agent-0.2.0.jsonand re-validated on every test run. The capture host is public atexamples/hello-agent-evidence-host/— with your own BrowserPod key you can reproduce the record.Boundary of the claim: this is the hello-agent reference binding, not a real agent. OpenClaw's verified boot remains blocked by two vendor gaps (guest Node 22.15.0 vs. the stable release's engines range, and the missing
node:sqlitebinding, #47) — both reported upstream. Every OpenClaw report staysprobinguntil owner-authorized runtime evidence exists for the exact artifact.What this unblocks next:
good first issue)If you're embedding an upstream agent and want a host boundary you control, the SDK host starter is the copy-ready entry point. Questions and skepticism both welcome here.
All reactions