Skip to content

Commit 97deb3f

Browse files
committed
Put the fine print where it belongs
1 parent 8ebf5a5 commit 97deb3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Every time you fire up claude-cage, it creates a session tagged with a timestamp
278278

279279
Here's how it decides what to do when you run `claude-cage`:
280280

281-
1. **Join an active session** (if `isolated = false`) — If another project's already runnin' in a session, claude-cage joins it. Your project gets its own work directory inside the same session, and both projects are mounted in the sandbox.
281+
1. **Join an active session** — If another project's already runnin' in a session, claude-cage joins it (if `isolated = false`). Your project gets its own work directory inside the same session, and both projects are mounted in the sandbox.
282282
2. **Reuse a clean session** — If there's an inactive session lyin' around with no uncommitted changes, claude-cage takes it over. No sense lettin' it collect dust.
283283
3. **Prompt on dirty sessions** — If the only available session has uncommitted work, you get asked: pick it up, wipe it clean, or start fresh.
284284
4. **Create a new session** — If none of the above apply, a fresh session gets spun up.

0 commit comments

Comments
 (0)