fix: improve daemon diagnostics and remove compact snapshots (#786)

* fix: improve daemon startup diagnostics

* perf: relax query-sweep recovery budget

* fix: make compact snapshot flag a no-op

* fix: remove compact snapshot mode

* test: align tvOS remote provider expectation

* test: drop compact snapshot progress target
This commit is contained in:
Michał Pierzchała
2026-06-12 17:32:56 +02:00
committed by GitHub
parent 4142daa0c3
commit 5c83fe4e50
77 changed files with 391 additions and 291 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ It works with native iOS and Android apps, plus apps built with Expo, Flutter, a
## Capabilities
- **Inspect** real app UI through compact accessibility snapshots, interactive refs like `@e3`, selectors, and React Native component trees.
- **Inspect** real app UI through structured accessibility snapshots, interactive refs like `@e3`, selectors, and React Native component trees.
- **Interact** by opening apps, tapping, typing, scrolling, performing gestures, waiting, asserting state, handling alerts, and closing sessions.
- **Capture evidence** with screenshots, videos, logs, traces, network traffic, performance samples, crash context, and React profiles.
- **Replay workflows** by recording `.ad` scripts for local runs, CI, repeatable e2e checks, and strict Maestro YAML export when a flow needs to run in Maestro.