You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preserve explicit Maestro swipe coordinates when a flow also contains from, matching Maestro's coordinate-command precedence instead of silently converting the action to an upward element swipe.
Honor Maestro's default launchApp isolation semantics by relaunching unless stopApp: false is explicit, so directory suites do not inherit navigation state from the previous flow.
Release the persistent Android snapshot helper before touch instrumentation and verify same-version APK identity for snapshot, multitouch, and IME helpers. This prevents UiAutomation ownership conflicts and stale same-version helper bytes from surviving local rebuilds.
Preserve visible identifier-only Android hierarchy markers when React Native renders their content in a covering sibling. This matches Maestro selector behavior for screen-level testID wrappers without retaining covered actionable subtrees.
Add parser, installer, hierarchy, provider, and instrumentation-ownership regressions, and document Android helper exclusivity in ADR 0002.
Validation
Format, TypeScript typecheck, oxlint, and fallow passed.
Android snapshot-focused suite passed: 90 tests across capture, install, hierarchy pruning, and persistent helper sessions.
Built runtime and all Android helper artifacts with pnpm build and pnpm build:android, then cleaned daemon state before device verification.
API 37 helper proof reported android-helper version 0.19.3 over persistent-session; a stale same-version helper was detected as mismatched and replaced by SHA-256 identity.
Native Maestro 2.5.1 passed material_top_bar_example.yaml and confirmed the material-top-bar-post-auth-screen selector contract.
Agent-device passed material_top_bar_example.yaml end to end after the hierarchy fix, including login, tab switch, logout, and pre-auth return.
Pager-view master directory run passed six flows including material top bar; three later flows timed out only on the initial Metro/debug home-screen assertion and all three passed immediately when rerun individually. All nine flow behaviors passed, including horizontal, vertical, RTL, nested, scrollable, and auth navigation cases.
Addressed the checksum-cache finding in ff18615. Local APK verification now runs only after an install-cache miss for both the shared multitouch/IME installer and the snapshot installer. Cache keys include device, package, version, and manifest SHA, so a changed artifact identity still revalidates. Added regressions that delete the APK after the first ensure and prove a matching cache hit performs no filesystem, ADB, or provider access. Validation: 96 focused tests, typecheck, lint, format, and fallow pass.
The regular audit was green; the production-export check found the obsolete exported verifyAndroidSnapshotHelperArtifact left after checksum consolidation. I removed the duplicate implementation/export and retargeted its mismatch regression to the shared production verifier.
Both fallow audit --base origin/main and the exact production-unused-exports gate now pass locally.
Preview removed because the pull request was closed.
2026-07-11 17:45 UTC
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
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
Preserve explicit Maestro swipe coordinates when a flow also contains
from, matching Maestro's coordinate-command precedence instead of silently converting the action to an upward element swipe.Honor Maestro's default
launchAppisolation semantics by relaunching unlessstopApp: falseis explicit, so directory suites do not inherit navigation state from the previous flow.Release the persistent Android snapshot helper before touch instrumentation and verify same-version APK identity for snapshot, multitouch, and IME helpers. This prevents
UiAutomationownership conflicts and stale same-version helper bytes from surviving local rebuilds.Preserve visible identifier-only Android hierarchy markers when React Native renders their content in a covering sibling. This matches Maestro selector behavior for screen-level
testIDwrappers without retaining covered actionable subtrees.Add parser, installer, hierarchy, provider, and instrumentation-ownership regressions, and document Android helper exclusivity in ADR 0002.
Validation
pnpm buildandpnpm build:android, then cleaned daemon state before device verification.android-helperversion0.19.3overpersistent-session; a stale same-version helper was detected asmismatchedand replaced by SHA-256 identity.material_top_bar_example.yamland confirmed thematerial-top-bar-post-auth-screenselector contract.material_top_bar_example.yamlend to end after the hierarchy fix, including login, tab switch, logout, and pre-auth return.