Skip to content

Commit 048b65e

Browse files
committed
Drop the stale --force flag from the resume picker doc
1 parent c77c87c commit 048b65e

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

docs/PRODUCT.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,13 @@ $ corbits resume
7777
```
7878

7979
Opens a picker of the 10 most recently persisted conversations for this
80-
checkout, including completed ones. Type to filter by name. Plain
81-
`corbits` always starts a fresh conversation; `corbits resume <session-id>`
82-
is the direct, explicit resume path.
80+
checkout completed, failed, and crashed included. Type to filter by
81+
name. Plain `corbits` always starts a fresh conversation;
82+
`corbits resume <session-id>` is the direct, explicit resume path.
8383

8484
A session that ended in `failed` (including one that recorded an `error`
85-
string in `run.json`) is a failed session, not a corrupt one. The default
86-
picker still shows only running and cancelled sessions; pass `--force` to
87-
include failed and done. Passing a corrupt session id prints one short
85+
string in `run.json`) is a failed session, not a corrupt one. The picker
86+
lists them unfiltered. Passing a corrupt session id prints one short
8887
recovery line instead of dumping the file path and parse details.
8988

9089
## Safety Model

0 commit comments

Comments
 (0)