v1.1.0
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,boundsper node) for deterministic UI inspection.android docs search+android docs fetch kb://...— stable, cite-able KB URIs for framework documentation.
Updated
source-driven-development—kb://URIs accepted as a priority-1 source alongsidedeveloper.android.com. Step 2 shows how to obtain them; Verification checklist accepts them.android-accessibility— Step 6 tip on usingandroid layout --prettyJSON 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