adb-ready 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/docs/RELEASING.md CHANGED
@@ -124,6 +124,15 @@ bunx adb-ready@VERSION --version
124
124
  deno run -A npm:adb-ready@VERSION --version
125
125
  ```
126
126
 
127
+ Deno 2 applies a 24-hour minimum dependency age by default. For an immediate
128
+ post-publish verification only, override that safety delay explicitly:
129
+
130
+ ```bash
131
+ deno run -A --minimum-dependency-age 0 npm:adb-ready@VERSION --version
132
+ ```
133
+
134
+ Normal consumers should keep Deno's default policy and omit the override.
135
+
127
136
  Confirm the npm page shows the expected README, MIT license, repository,
128
137
  provenance, executable names, unpacked size, and file inventory. Then verify
129
138
  the `latest` dist-tag points to the released version.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adb-ready",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Agent-ready Android CLI for reliable ADB sessions, app automation, and verified evidence.",
5
5
  "private": false,
6
6
  "type": "module",
@@ -33,6 +33,7 @@
33
33
  "ui:playground": "bun run scripts/ui-playground.ts",
34
34
  "ui:check": "bun run scripts/ui-playground.ts --all --non-interactive",
35
35
  "test": "bun test",
36
+ "test:coverage": "bun test --coverage && bun run scripts/coverage-check.mjs",
36
37
  "test:commands": "bun run build && bun run scripts/command-matrix.mjs",
37
38
  "test:package-managers": "bun run build && bun run scripts/package-manager-smoke.mjs",
38
39
  "test:integration": "bun test tests/integration",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "title": "ADB Ready agent tool contract",
3
3
  "schemaVersion": 1,
4
- "packageVersion": "0.3.2",
4
+ "packageVersion": "0.3.3",
5
5
  "protocolVersion": "2025-11-25",
6
6
  "transport": "stdio",
7
7
  "tools": [