You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Web browser sessions: read help web; first slice is web setup if needed -> web doctor -> open <url> --platform web -> snapshot -i -> click/fill/get/is/find/wait/screenshot -> close.',
70
89
'Verification commands must name the expected text/selector; bare screenshots/snapshots are not enough.',
71
90
'Debug evidence: Session state contains request diagnostics and runner.log; use logs clear --restart/mark/path, trace, and network dump --include headers for app evidence.',
72
-
'Use agent-device commands in final plans; raw platform tools, pseudo commands, and helper prose are wrong.',
73
91
'Full operating guide: agent-device help workflow. Exploratory QA: agent-device help dogfood.',
74
92
]asconst;
75
93
@@ -536,7 +554,7 @@ React Native dev loop:
536
554
agent-device metro reload
537
555
agent-device find "Home"
538
556
Do not use agent-device reload. Use open --relaunch for native startup reset.
539
-
Android RN/Expo Metro: direct Android localhost URL opens with a port auto-configure host reachability. For app/package launches, use help react-native if the app cannot reach local Metro.
557
+
Android RN/Expo Metro: direct Android localhost URL opens with a port auto-configure host reachability. For app/package launches, run metro prepare when the app cannot reach local Metro.
540
558
Verify Metro from the same host context that owns Metro. If a sandboxed shell cannot curl localhost:8081/status but an unrestricted host shell can, Metro is running and the sandbox probe is not authoritative.
541
559
adb reverse only affects Android device-to-host traffic. It does not prove host-to-Metro reachability, and it does not fix a redbox caused by a stale or wrong Metro/app state.
542
560
Multiple local worktrees can reuse one native iOS simulator build by running each worktree's Metro on a different port and opening the same installed app on different simulators with explicit runtime hints:
@@ -863,7 +881,7 @@ function buildCommandListUsage(commandName: string, schema: CommandSchema): stri
0 commit comments