docs(runner): fix resume example — exec has no 'latest' session alias; use --continue (#3021)
Co-Authored-By: Claude <noreply@anthropic.com> https://claude.ai/code/session_018zaP8vUfTAsrE38L6h6fw5
This commit is contained in:
@@ -61,10 +61,12 @@ tmux new-session -d -s "issue-<N>" \
|
||||
codewhale exec --auto --output-format stream-json \"\$(cat)\" 2>&1 | tee /tmp/issue-<N>.log"
|
||||
```
|
||||
|
||||
For resuming an interrupted run:
|
||||
For resuming an interrupted run (`--continue` picks up the most recent
|
||||
session for this workspace; `--resume latest` only exists in the interactive
|
||||
TUI):
|
||||
|
||||
```bash
|
||||
codewhale exec --auto --output-format stream-json --resume latest "..."
|
||||
codewhale exec --auto --output-format stream-json --continue "..."
|
||||
```
|
||||
|
||||
### 5. Verify
|
||||
|
||||
Reference in New Issue
Block a user