screenhand 0.3.2 → 0.3.4

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/README.md CHANGED
@@ -254,7 +254,7 @@ ScreenHand reads the UI tree and DOM directly — no screenshots needed for most
254
254
  | [All 111 Tools](docs/tools.md) | Complete tool reference with descriptions and speeds |
255
255
  | [Architecture](docs/architecture.md) | 7-layer design, app tiers, performance targets |
256
256
  | [App Mastery Map](docs/app-mastery-map.md) | Layer 7: persistent spatial understanding, 8 auto-recording features |
257
- | [Bug Tracker](docs/l2-bug-tracker.md) | 103 bugs found and fixed, 80-scenario validation results |
257
+ | [Bug Tracker](docs/l2-bug-tracker.md) | 132 bugs tracked (119 fixed), 80-scenario validation results |
258
258
  | [Testing Plan](docs/testing-plan.md) | L1/L2 test methodology and gate criteria |
259
259
 
260
260
  ## FAQ
@@ -294,7 +294,7 @@ Accessibility: ~50ms. Chrome CDP: ~10ms (background, no focus needed). OCR: ~600
294
294
  ```bash
295
295
  git clone https://github.com/manushi4/screenhand.git
296
296
  cd screenhand && npm install && npm run build:native
297
- npm test # 1306 tests, 53 files
297
+ npm test # 1331 tests, 54 files
298
298
  ```
299
299
 
300
300
  ## Contact