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
Copy file name to clipboardExpand all lines: src/cli-schema/cli-help.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -970,7 +970,7 @@ Rules:
970
970
Findings must come from observed runtime behavior, not source reads.
971
971
After each mutation, use the --settle diff as evidence when available; otherwise re-snapshot.
972
972
Wait timeouts are integer milliseconds in the trailing positional: agent-device wait 'role=tab' 10000. Do not write duration suffixes such as 10s.
973
-
scroll takes direction then amount and does not support a selector or --settle: agent-device scroll down 3.
973
+
scroll takes a selector-less direction+amount form: agent-device scroll down 3. Use --settle to wait for the UI to go quiet and get the settled diff.
974
974
Keep commands in the report reproducible; use selectors or refs from fresh snapshots, not guessed coordinates.
975
975
Prefer refs for exploration and selectors for deterministic replay.
976
976
Use logs, network, screenshot --overlay-refs, trace, perf frames, perf memory, native profiles, or react-devtools only when they add evidence to a specific issue.
0 commit comments