Replay browser operation plane contract#34
Merged
Conversation
This was referenced May 22, 2026
mdheller
added a commit
that referenced
this pull request
May 22, 2026
Clean replay of #27 onto current main after #34 landed the Workspace Operation Plane contract and sidecar-status fix. Adds BrowserAutomationReceipt schema and example, automation receipt policy, visible session UI spec, runtime automation docs, Playwright smoke receipt emission, and automation receipt verifier. Validated on PR head 987d982 with Feature Plane Validation, Trust Surface, BearBrowser shell validation, automation wrapper validation, manifest validation, packaging, parity, branding, BearHistory, credential broker, binary build, and distribution workflows passing.
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.
Summary
Clean replay of #29 onto current
main.Original PR #29 contains the intended BearBrowser Workspace Operation Plane payload, but the head remained non-mergeable after a narrow sidecar verification fix. This replacement carries forward the full payload, including the fixed sidecar HTML assertion, without forcing a stale branch merge.
Added / updated
agentplane/registration.yamlagentplane/session-lifecycle.example.yamlagentplane/workspace-operation-plane.yamlautomation/playwright-adapter.yamlautomation/stagehand-adapter.yamlautomation/terminal-browser-adapters.yamldocs/agentplane-prophet-workspace-integration.mddocs/integration-contract.mddocs/provenance-events.mdmounts/agent-browser-mounts.yamlpolicy/bearbrowser-contract.yamlprophet-workspace/browser-surface.yamlschemas/provenance-event.schema.jsonscripts/bearbrowser-emit-event.pyscripts/verify-sidecar-status.shscripts/verify-workspace-operation-plane.pyScope
Browser-side effects are represented as WorkspaceOperations with typed artifacts, redacted diagnostics, trust-boundary metadata, policy gates, actor attribution, and operation lifecycle events.
This is contract/integration wiring plus verifier updates. It does not add uncontrolled browser runtime execution.
Validation
Original PR head mostly passed, but
Feature Plane Validationfailed on a brittle sidecar status HTML assertion. The replay includes a narrow fix to assert rendered pending-memory text rather than an unrendered source label.Expected checks on this replay:
Supersedes
Supersedes #29 after this PR lands. Do not close #29 until this replay merges or another capture location is recorded.