Skip to content

Commit 03495aa

Browse files
committed
docs: simplify exploration anti-pattern wording
1 parent ba7013b commit 03495aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

skills/agent-device/references/exploration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ Anti-hallucination rules:
142142
- Discover them first with `devices`, `open`, `snapshot -i`, `find`, or `session list`.
143143
- If refs drift after navigation, re-snapshot or switch to selectors instead of guessing.
144144

145-
Common failure pattern to avoid:
145+
Avoid this escalation path for visible-text questions:
146146

147-
- Wrong for a visible-text question: `snapshot -i` -> `get text @ref` -> web search -> type into a search box
148-
- Right: `snapshot` first; if the text is not visible or exposed, report that directly
147+
- Do not jump from `snapshot -i` to `get text @ref`, then to web search, then to typing into a search box just to force the app to reveal the answer.
148+
- Start with `snapshot`. If the text is not visible or exposed, report that directly.
149149

150150
Canonical QA loop:
151151

0 commit comments

Comments
 (0)