Integrate BearBrowser browser actions into Workspace Operation Plane with typed artifacts and redacted diagnostics#29
Closed
Copilot wants to merge 4 commits into
Conversation
Agent-Logs-Url: https://github.com/SourceOS-Linux/BearBrowser/sessions/406ee8a7-df14-43cd-a947-0b28497565f7 Co-authored-by: mdheller <21163552+mdheller@users.noreply.github.com>
Agent-Logs-Url: https://github.com/SourceOS-Linux/BearBrowser/sessions/406ee8a7-df14-43cd-a947-0b28497565f7 Co-authored-by: mdheller <21163552+mdheller@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Integrate BearBrowser with Workspace Operation Plane and diagnostics
Integrate BearBrowser browser actions into Workspace Operation Plane with typed artifacts and redacted diagnostics
May 7, 2026
mdheller
added a commit
that referenced
this pull request
May 22, 2026
Clean replay of #29 onto current main. Adds BearBrowser Workspace Operation Plane contracts, AgentPlane and Prophet Workspace integration wiring, automation adapters, provenance schema/emitter updates, docs, and workspace-operation verifier. Includes the narrow sidecar-status verification fix that checks rendered pending-memory text instead of an unrendered source label. Validated on PR head c11e581 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.
Contributor
|
Closing after capture/replay. Replacement PR #34 landed the intended browser Workspace Operation Plane payload on current Merged replacement commit: Content carried forward:
Content intentionally omitted: none. The reason for replacement was branch mergeability/check hygiene, not content rejection. |
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.
This change makes browser-side effects first-class WorkspaceOperations instead of implicit runtime behavior. It adds explicit governance for browser sessions, captures, downloads/uploads, automation runs, and diagnostic exports with required redaction, trust boundaries, policy gates, actor attribution, and operation lifecycle events.
Operation Plane contract
agentplane/workspace-operation-plane.yamlas the source contract for:browser.session.start,browser.capture.create,browser.download.create,browser.upload.create,browser.automation.run,browser.diagnostics.export_redactedBrowserSession,WebCapture,DownloadArtifact,UploadArtifact,BrowserAutomationRun,BrowserDiagnosticBundleOperationEventlifecycle (start/progress/failure/retry/cancel/complete)Integration wiring across governance surfaces
agentplane/registration.yamlpolicy/bearbrowser-contract.yamlprophet-workspace/browser-surface.yamlagentplane/session-lifecycle.example.yamlmounts/agent-browser-mounts.yamlautomation/playwright-adapter.yamlautomation/stagehand-adapter.yamlautomation/terminal-browser-adapters.yamlagent-uploads) with policy-gated decision modes aligned to block/quarantine/admit/activate.Redaction + event model updates
schemas/provenance-event.schema.jsonscripts/bearbrowser-emit-event.pydocs/provenance-events.mddocs/agentplane-prophet-workspace-integration.mddocs/integration-contract.mdFocused contract guardrail
scripts/verify-workspace-operation-plane.pyto enforce required operation types, artifact kinds, redaction controls, trust-boundary dimensions, lifecycle states, PolicyFabric authority, and durable-state rule.