17 lines
1.2 KiB
Markdown
17 lines
1.2 KiB
Markdown
# Manual Smoke Checklist
|
|
|
|
1. Start the Windows agent on the primary Windows machine.
|
|
2. Pair the iPhone app with a fresh one-time pairing code.
|
|
3. Create `codex-main` and `cloud-code` sessions.
|
|
4. In `codex-main`, run `pwd`, then `ls`, then `pwd` again and confirm the prompt stays readable.
|
|
5. Start a noisy command in `codex-main` and confirm live output keeps appending in the terminal view.
|
|
6. Background the app for one minute.
|
|
7. Reopen the app and confirm the same session is still alive and input still works.
|
|
8. Type a partial command, background the app, reopen it, and confirm the typed command is still visible after restore.
|
|
9. Resize the terminal once and confirm later input still appears in the expected prompt position.
|
|
10. Scroll upward and confirm older history loads without corrupting the live terminal.
|
|
11. Trigger one preset command and confirm it appears in the terminal.
|
|
12. Terminate one session and confirm only that session exits.
|
|
13. Execute a command, reconnect during output, and confirm the command is not duplicated after restore.
|
|
14. Confirm the mainline terminal stays driven by `restore + output + xterm`; do not use backend `screen_snapshot` or `screen_patch` as the visible truth.
|