Skip to content

v0.5.1 — 2026-05-01

Latest

Choose a tag to compare

@ConnectivityChris ConnectivityChris released this 01 May 02:32
· 5 commits to main since this release
0d31f91

Documentation

  • scripts/preflight.sh failure-path guidance hardened. Every Android warning (adb missing, ANDROID_HOME unset, emulator missing, no AVDs configured) now prints a concrete Fix: command plus a See: references/android-setup.md pointer; ANDROID_HOME previously had no Fix: line at all. iOS warnings gained See: references/ios-setup.md. Xcode warning now includes the App Store URL inline. Maestro install branch now references the official install docs URL alongside the existing curl + brew commands. No behaviour change to exit codes or success path — purely additive guidance on the failure paths.
  • README.md Prerequisites section now links its own setup docs and inlines the Maestro install commands (curl + brew), so users hitting an install gap don't have to run preflight first to discover the fix. Each prerequisite now links to its source (Xcode App Store, Maestro docs, Android Studio download) and to the relevant references/*-setup.md.
  • references/ios-setup.md and references/android-setup.md — linked "Mac App Store" and "Android Studio" inline to their official download pages.