Skip to content

v1.1.0

Choose a tag to compare

@GuillemRoca GuillemRoca released this 24 Apr 08:10
· 10 commits to main since this release

Highlights

Minimal Android CLI integration focused on the two capabilities that are genuinely new — not convenience wrappers over existing adb/gradlew workflows.

Added

  • references/android-cli-reference.md — cite-able reference covering:
    • android layout --pretty — structured JSON UI tree (resource-id, content-desc, role, bounds per node) for deterministic UI inspection.
    • android docs search + android docs fetch kb://... — stable, cite-able KB URIs for framework documentation.

Updated

  • source-driven-developmentkb:// URIs accepted as a priority-1 source alongside developer.android.com. Step 2 shows how to obtain them; Verification checklist accepts them.
  • android-accessibility — Step 6 tip on using android layout --pretty JSON for programmatic assertions (unlabeled buttons, touch targets < 48dp).
  • android-ui-engineering — Verification checklist line for on-device hierarchy inspection alongside @Preview.

Unchanged

No new skills, no meta-skill bumps, no callout convention. Existing adb, gradlew, sdkmanager, Accessibility Scanner, and TalkBack workflows remain canonical. The android CLI is preferred where its output is structured and cite-able; it's never a hard requirement.

Full changelog: v1.0.0...v1.1.0