Skip to content

Commit ef95667

Browse files
Simplify agent-device Metro preflight check.
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent e8688d7 commit ef95667

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.claude/skills/agent-device/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ If the resolved bundle ID is missing from the list, **STOP** and instruct the de
4444
### 4. Metro
4545

4646
```bash
47-
agent-device metro prepare --public-base-url http://localhost:8081 --port 8081
47+
agent-device metro prepare --public-base-url http://localhost:8081 --port 8081 --kind react-native
4848
```
4949

50-
If this returns non-zero, **STOP** and surface the error verbatim. Do not fall back to raw `npm run start`.
50+
If `metro prepare` fails, **STOP** and surface the error verbatim.
5151

5252
### 5. Pick a target device
5353

0 commit comments

Comments
 (0)