Skip to content

v1.3.0

Choose a tag to compare

@GuillemRoca GuillemRoca released this 03 May 16:41
· 5 commits to main since this release
4b23c7d

Highlights

  • android CLI prescriptions across four skills — instead of vendoring a standalone android-cli skill (a command catalog with heavy overlap), this release hardens the skills that genuinely benefit from CLI affordances:
    • android-accessibilityjq-driven scans of android layout JSON for unlabeled controls and sub-48dp touch targets, with annotated-screenshot fallback for WebView/animation cases.
    • android-device-testing — new Step 6 prescribing android run / emulator / describe as a one-shot deploy pipeline, plus android layout --diff for state-change assertions during test authoring.
    • debugging-and-error-recoveryandroid info + android screen capture + android layout as pre-debugger triage capture (env, screen, full UI tree in <5s).
    • ci-cd-and-automationandroid sdk install as a leaner alternative to setup-android for platform provisioning, with explicit guidance to keep reactivecircus/android-emulator-runner for the emulator itself (android emulator is disabled on Windows).
    • source-driven-development already prescribed android docs + kb:// at priority 1 — left untouched.
  • android skills catalog discoveryreferences/android-cli-reference.md now documents android skills find|list|add, the per-harness install dirs (~/.claude/skills/, ~/.gemini/skills/, ~/.codex/skills/, ~/.copilot/skills/, ~/.junie/skills/, ~/.config/opencode/skills/), and the vendor-into-repo flow for adopting catalog skills.

Changes

  • 4b23c7d Harden existing skills with android CLI prescriptions (v1.3.0) (#2)

Full changelog: v1.2.0...v1.3.0