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
Add open --relaunch and persist replay semantics (#52)
* Add open --relaunch and persist replay semantics
* Update agent-device skill docs for open --relaunch
* Disambiguate relaunch and save-script examples
* Support non-hierarchical deep links in open target detection
Copy file name to clipboardExpand all lines: skills/agent-device/references/session-management.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ Sessions isolate device context. A device can only be held by one session at a t
14
14
- Name sessions semantically.
15
15
- Close sessions when done.
16
16
- Use separate sessions for parallel work.
17
+
- For dev loops where runtime state can persist (for example React Native Fast Refresh), use `open <app> --relaunch` to restart the app process in the same session.
17
18
- For deterministic replay scripts, prefer selector-based actions and assertions.
18
19
- Use `replay -u` to update selector drift during maintenance.
0 commit comments