Infrastructure: add native desktop driver providers - #4306
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Refine native process, input, cache, framing, timeout, and UI Automation behavior after the Windows implementation audit. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…tive into user/jasonvmo/native-driver
Provision a trusted ephemeral signing identity, build and verify the native helper explicitly, and retain noninteractive permission diagnostics with Storybook smoke artifacts. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Export the runner-specific native cache path from a step, where the runner context is available to later Storybook commands. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Bundle size reportTree-shaken production Metro bundles. Component costs are relative to their platform shell; shell costs are absolute.
The job is advisory: size changes are reported but do not fail the pull request. Bundle or analysis errors still fail. |
Harden Windows application ownership and cleanup, map native errors to W3C semantics, run the native self-test contract, and configure Windows and Win32 Storybook PR jobs for explicit cached helper builds and prebuilt-only smoke. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Mask keyboard, pointer, and wheel capabilities on GitHub-hosted Windows while preserving interactive runner defaults, so native authored plans report truthful capability skips. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Jason Morse (JasonVMo)
marked this pull request as ready for review
September 3, 2026 16:15
Anandraj (mganandraj)
approved these changes
Sep 3, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced Sep 3, 2026
Closed
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
stories-and-testsattaches to the exact owned application and runs component-authored plansmacOS CI authority model
The hosted job never prompts for privacy access or modifies TCC.
desktop-driver doctor --permissionsrecords the actual Accessibility, PostEvent, and Screen Recording state, while capability-gated tests report unavailable hosted-runner authority explicitly instead of producing a false pass.Validation
yarn lint-repoyarn format:check .github/workflows/pr.yml packages/agentic/desktop-driver/references/ci-integration.mdbash -nyarn storybook build-driver --macosandyarn desktop-driver doctor --platform macos --permissions, and verified the signed helper certificate matched the configured identityFixes #4257