choom: map --continue <id> to claude --resume — claude's own --continue takes no value (closes #2127)
This commit is contained in:
parent
db85cdfdc2
commit
4e7a9b93d9
3 changed files with 30 additions and 21 deletions
|
|
@ -127,17 +127,19 @@ running claude from the agent's state dir. Requires root (same as all
|
|||
`machinectl shell` operations).
|
||||
|
||||
```bash
|
||||
hivectl choom iris # fresh blank Claude session in iris's container
|
||||
hivectl choom iris --continue <id|name> # rejoin a prior session by id or display name
|
||||
hivectl choom iris # fresh blank Claude session in iris's container
|
||||
hivectl choom iris --continue <session-id> # rejoin a prior session by id
|
||||
```
|
||||
|
||||
Bare `choom` starts a fresh blank session. `--continue <value>` is
|
||||
passed straight through as `claude --continue <value>` to rejoin a
|
||||
prior session — claude resolves whether the value is a session id or a
|
||||
display name (you can `/rename` a session in-session for an easy
|
||||
handle). A value is required when the flag is given. Either way choom
|
||||
never collides with the harness's live session in the same project dir:
|
||||
the harness pins its own id via `--resume`, so a blank choom session is
|
||||
Bare `choom` starts a fresh blank session. `--continue <value>` maps to
|
||||
`claude --resume <value>` to rejoin a prior session by its session id.
|
||||
(It is deliberately NOT passed as `claude --continue <value>` — claude's
|
||||
own `--continue` is a bare flag that takes no argument and resumes the
|
||||
cwd's *latest* session, i.e. the harness's; a value after it would be
|
||||
consumed as the first prompt, silently poking the live harness session.)
|
||||
A value is required when the flag is given. Either way choom never
|
||||
collides with the harness's live session in the same project dir: the
|
||||
harness pins its own id via `--resume`, so a blank choom session is
|
||||
invisible to it. The container must be running.
|
||||
|
||||
choom reproduces the harness's own claude invocation so the operator
|
||||
|
|
|
|||
Loading…
Reference in a new issue