feat: add WebDriver BiDi transport and normalized health events - #564
Draft
llmxtfai wants to merge 16 commits into
Draft
feat: add WebDriver BiDi transport and normalized health events#564llmxtfai wants to merge 16 commits into
llmxtfai wants to merge 16 commits into
Conversation
added 16 commits
July 27, 2026 13:37
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
health_events_v2contractWhy
Angel3 reproduced Firefox-only Tactical failures that Edge-only automation did not catch. This provides the cross-engine transport needed to run the same functional contract in both browsers without introducing a second test runner.
Verification
Integration note
This branch also contains the sequenced browser-health foundation required by the normalized event contract. Upstream
mainadvanced during the incident work, so this is opened as a draft while the current-main integration is reconciled.Summary by cubic
Add a protocol-neutral browser transport with adapters for Edge/CDP and Firefox/WebDriver BiDi to run the same actions in both engines. Normalize and sequence browser health observations under the versioned
health_events_v2contract, and expose a live capability manifest.New Features
BU_BROWSER_PROTOCOL=bidiwithBU_BIDI_URLandBU_BIDI_CONNECT_HOST.health_events_v2withbegin,events_since, andseal, plus schema attestation.health_capabilities(),health_begin(),health_events_since(),health_seal(), andbrowser_capabilities(). New CLI:browser-harness --capabilitiesprints live JSON.browser-harnessto0.2.0.Migration
health_events_v2helpers;v1is superseded.BU_BROWSER_PROTOCOL=bidiand provideBU_BIDI_URLandBU_BIDI_CONNECT_HOST. No change needed to stay on Edge/CDP.helpers.browser_capabilities()orbrowser-harness --capabilities.Written for commit 83b591d. Summary will update on new commits.