Skip to content

Commit 7430950

Browse files
committed
Align resume picker docs with the unfiltered recent-10 list
1 parent 440b9cb commit 7430950

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

docs/PRODUCT.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,17 @@ $ 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. There is no status filter: running, cancelled, failed, crashed,
81+
and done rows may appear. Each row shows the conversation name, relative
82+
last-updated age, and status. Typing filters by name within those ten.
83+
84+
Plain `corbits` always starts a fresh conversation;
85+
`corbits resume <session-id>` is the direct, explicit resume path.
8386

8487
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
88-
recovery line instead of dumping the file path and parse details.
88+
string in `run.json`) is a failed session, not a corrupt one. Passing an
89+
unreadable session id prints one short recovery line instead of dumping
90+
the file path and parse details.
8991

9092
## Safety Model
9193

0 commit comments

Comments
 (0)