Skip to content

Commit 7702e24

Browse files
committed
docs: reframe bootstrap setup examples
1 parent 03495aa commit 7702e24

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

skills/agent-device/references/bootstrap-install.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ Open this file when you still need to choose the right target, start the right s
1717

1818
Do not start acting before you have pinned the correct target and opened an `app` session. In mixed-device environments, always pass `--device`, `--udid`, or `--serial`.
1919

20-
## Canonical loop
20+
## Common starting points
21+
22+
These are examples, not required exact sequences. Use the smallest setup flow that matches the task.
23+
24+
### Boot a simulator and open an app
2125

2226
```bash
2327
agent-device ensure-simulator --platform ios --device "iPhone 17 Pro" --boot
2428
agent-device open MyApp --platform ios --device "iPhone 17 Pro" --relaunch
25-
agent-device snapshot
26-
agent-device close
2729
```
2830

2931
## Choose the right starting point

0 commit comments

Comments
 (0)