Commit 37895ca
authored
refactor: replace Maestro compat with typed direct engine (#1217)
* test: add pinned Maestro conformance harness
* feat: add typed Maestro program IR parser
* docs: define direct Maestro engine architecture
* test: compare Maestro oracle with typed IR
* feat: add direct Maestro program engine
* refactor: narrow Maestro execution context
* refactor: tighten Maestro program parsing
* fix: verify iOS Maestro visibility waits
* refactor: isolate retained Maestro runtimes
* refactor: type Maestro target resolution
* refactor: harden typed Maestro execution
* refactor: share in-page swipe planning
* feat: add typed Maestro runtime port
* refactor: parse Maestro suite metadata from typed IR
* refactor: centralize Maestro include loading
* feat: execute Maestro files through typed engine
* refactor: share replay built-in variables
* fix: make Maestro target intent explicit
* fix: refresh Maestro targets before input
* refactor: format Maestro progress from typed IR
* feat: compile typed Maestro replay plans
* feat: bind typed Maestro runtime to public commands
* feat: route Maestro YAML through typed runtime
* refactor: remove legacy Maestro runtime
* refactor: remove obsolete replay control model
* refactor: split typed Maestro plan modules
* fix: harden typed Maestro runtime semantics
* docs: update direct Maestro architecture
* fix: reconcile Maestro runtime with merged contracts
* fix: harden typed Maestro execution boundaries
* fix: harden typed Maestro runtime evidence
* perf: avoid eager Maestro device resolution
* refactor: finalize typed Maestro execution
* fix: reject Android system-only helper snapshots
* fix: preserve Android system dialog snapshots
* fix: make helper-backed CI deterministic
* refactor: invalidate Maestro observations before dispatch
* fix: make Maestro selector policy explicit
* refactor: remove Maestro ranking sentinels
* refactor: make Maestro own observation stabilization
* refactor: source Maestro compatibility presets
* refactor: keep Maestro failure reports typed
* refactor: simplify Maestro runtime policy
* fix: isolate Maestro engine failures
* refactor: consolidate Maestro swipe presets
* fix: align Maestro selector and observation semantics
* fix: preserve atomic iOS Maestro taps
* fix: require semantic uniqueness for Maestro taps
* fix: preserve Maestro parse provenance
* docs: pin Maestro compatibility presets
* docs: reconcile Maestro gesture viewport contract
* perf: resolve Maestro gesture viewport directly
* test: align Maestro replay regressions
* fix: order Android gesture lift after endpoint
* fix: settle Maestro gestures before continuation
* fixup! fix: order Android gesture lift after endpoint
* refactor: normalize Maestro swipes once
* refactor: fail impossible Maestro observations
* refactor: normalize Maestro defaults alias
* test: reconcile Android provider scenarios
* fix(android): synchronize single-pointer move events
* test: align repair digest parsing
* refactor: type Maestro runtime operations
* refactor: keep Maestro controls compact
* refactor: name Maestro diagnostic limit
* fix: align Maestro parser and settling semantics
* fix: complete Maestro compatibility semantics
* docs: define Maestro compatibility boundaries
* fix: refresh iOS runner target after relaunch
* fix: reset prewarmed iOS runner after URL open
* fix: preserve iOS Maestro target and swipe intent
* fix: harden direct Maestro runtime semantics
* fix: preserve ranked Maestro replay suggestions
* fix: align maestro tap runtime semantics
* fix: stabilize maestro ci contracts
* fix: tighten maestro runtime architecture
* fix: reconcile maestro replay with latest main
* perf: tighten Maestro iOS stabilization
* fix: preserve Maestro app lifecycle sessions
* fix: restore Maestro CI coverage
* fix: address Maestro engine review findings
* refactor: consolidate Maestro compatibility internals
* fix: scope Maestro target evidence to childOf1 parent 22a3c47 commit 37895ca
278 files changed
Lines changed: 19283 additions & 12584 deletions
File tree
- .github/workflows
- android-multitouch-helper/src
- main/java/com/callstack/agentdevice/multitouchhelper
- test/java/com/callstack/agentdevice/multitouchhelper
- apple-runner/AgentDeviceRunner/AgentDeviceRunnerUITests
- docs
- adr
- scripts
- maestro-conformance-fixtures
- src
- __tests__
- test-utils
- fixtures
- client
- cli/parser/__tests__
- commands
- capture/runtime
- management
- replay
- compat
- __tests__
- maestro
- __tests__
- contracts
- core
- __tests__
- command-descriptor
- interactors
- daemon
- __tests__
- handlers
- __tests__
- snapshot-presentation/ios
- kernel
- platforms
- android
- __tests__
- apple
- __tests__
- core
- __tests__
- runner
- replay
- __tests__
- test
- selectors
- utils
- __tests__
- test/integration
- interaction-contract
- provider-scenarios
- website/docs/docs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
158 | 160 | | |
159 | 161 | | |
160 | 162 | | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
165 | 171 | | |
166 | 172 | | |
167 | 173 | | |
| |||
170 | 176 | | |
171 | 177 | | |
172 | 178 | | |
173 | | - | |
| 179 | + | |
174 | 180 | | |
175 | 181 | | |
176 | 182 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
Lines changed: 22 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
28 | 34 | | |
| 35 | + | |
29 | 36 | | |
30 | 37 | | |
31 | 38 | | |
| |||
41 | 48 | | |
42 | 49 | | |
43 | 50 | | |
44 | | - | |
| 51 | + | |
45 | 52 | | |
46 | | - | |
47 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
48 | 56 | | |
49 | 57 | | |
50 | 58 | | |
51 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
52 | 65 | | |
53 | 66 | | |
54 | 67 | | |
55 | | - | |
| 68 | + | |
56 | 69 | | |
57 | 70 | | |
58 | | - | |
59 | | - | |
| 71 | + | |
| 72 | + | |
60 | 73 | | |
61 | 74 | | |
62 | 75 | | |
Lines changed: 13 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
Lines changed: 26 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| |||
1293 | 1293 | | |
1294 | 1294 | | |
1295 | 1295 | | |
| 1296 | + | |
| 1297 | + | |
1296 | 1298 | | |
1297 | 1299 | | |
1298 | 1300 | | |
| |||
1446 | 1448 | | |
1447 | 1449 | | |
1448 | 1450 | | |
1449 | | - | |
| 1451 | + | |
1450 | 1452 | | |
1451 | 1453 | | |
1452 | 1454 | | |
| |||
1456 | 1458 | | |
1457 | 1459 | | |
1458 | 1460 | | |
| 1461 | + | |
| 1462 | + | |
| 1463 | + | |
| 1464 | + | |
| 1465 | + | |
| 1466 | + | |
| 1467 | + | |
| 1468 | + | |
| 1469 | + | |
1459 | 1470 | | |
1460 | 1471 | | |
1461 | 1472 | | |
1462 | 1473 | | |
1463 | | - | |
| 1474 | + | |
| 1475 | + | |
1464 | 1476 | | |
1465 | 1477 | | |
1466 | 1478 | | |
| |||
1486 | 1498 | | |
1487 | 1499 | | |
1488 | 1500 | | |
1489 | | - | |
1490 | | - | |
1491 | | - | |
| 1501 | + | |
| 1502 | + | |
| 1503 | + | |
| 1504 | + | |
| 1505 | + | |
| 1506 | + | |
1492 | 1507 | | |
1493 | | - | |
| 1508 | + | |
1494 | 1509 | | |
1495 | | - | |
1496 | | - | |
1497 | | - | |
| 1510 | + | |
| 1511 | + | |
| 1512 | + | |
| 1513 | + | |
1498 | 1514 | | |
1499 | 1515 | | |
1500 | 1516 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
Lines changed: 44 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
| 153 | + | |
153 | 154 | | |
154 | 155 | | |
155 | 156 | | |
| |||
173 | 174 | | |
174 | 175 | | |
175 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
176 | 180 | | |
177 | 181 | | |
178 | 182 | | |
| |||
1186 | 1190 | | |
1187 | 1191 | | |
1188 | 1192 | | |
| 1193 | + | |
| 1194 | + | |
| 1195 | + | |
| 1196 | + | |
| 1197 | + | |
| 1198 | + | |
| 1199 | + | |
1189 | 1200 | | |
1190 | 1201 | | |
1191 | 1202 | | |
| |||
1245 | 1256 | | |
1246 | 1257 | | |
1247 | 1258 | | |
1248 | | - | |
| 1259 | + | |
| 1260 | + | |
| 1261 | + | |
1249 | 1262 | | |
1250 | 1263 | | |
1251 | 1264 | | |
| |||
1459 | 1472 | | |
1460 | 1473 | | |
1461 | 1474 | | |
| 1475 | + | |
1462 | 1476 | | |
1463 | 1477 | | |
1464 | 1478 | | |
| |||
1479 | 1493 | | |
1480 | 1494 | | |
1481 | 1495 | | |
1482 | | - | |
| 1496 | + | |
1483 | 1497 | | |
1484 | 1498 | | |
1485 | 1499 | | |
| |||
1490 | 1504 | | |
1491 | 1505 | | |
1492 | 1506 | | |
1493 | | - | |
| 1507 | + | |
1494 | 1508 | | |
1495 | 1509 | | |
1496 | 1510 | | |
1497 | 1511 | | |
1498 | 1512 | | |
1499 | 1513 | | |
| 1514 | + | |
| 1515 | + | |
| 1516 | + | |
| 1517 | + | |
| 1518 | + | |
| 1519 | + | |
| 1520 | + | |
| 1521 | + | |
| 1522 | + | |
| 1523 | + | |
| 1524 | + | |
| 1525 | + | |
| 1526 | + | |
| 1527 | + | |
| 1528 | + | |
| 1529 | + | |
| 1530 | + | |
| 1531 | + | |
| 1532 | + | |
| 1533 | + | |
| 1534 | + | |
| 1535 | + | |
| 1536 | + | |
| 1537 | + | |
| 1538 | + | |
| 1539 | + | |
1500 | 1540 | | |
1501 | 1541 | | |
1502 | 1542 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
102 | 108 | | |
103 | 109 | | |
104 | 110 | | |
| |||
0 commit comments