Skip to content

Commit 20472ea

Browse files
centdixclaude
andcommitted
docs: mention ~/.claude.json mount in sandbox section
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d9621e5 commit 20472ea

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
@@ -205,7 +205,7 @@ Output is buffered (up to 1 MB) so reconnecting clients receive recent history i
205205
For sandbox profiles, wmdev manages Docker containers directly:
206206
207207
1. **Launch** — `docker run -d -p <ports>` with the configured image, mounts, and env vars. Runs as the host user (`--user uid:gid`) so file ownership matches.
208-
2. **Mounts** — Worktree dir (rw), main repo `.git` (rw), main repo root (ro), `~/.claude`, plus any `extraMounts`. Conditionally mounts `~/.gitconfig`, `~/.ssh`, `~/.config/gh` if they exist.
208+
2. **Mounts** — Worktree dir (rw), main repo `.git` (rw), main repo root (ro), `~/.claude` (dir) and `~/.claude.json` (settings file), plus any `extraMounts`. Conditionally mounts `~/.gitconfig`, `~/.ssh`, `~/.config/gh` if they exist.
209209
3. **Environment** — All `.env.local` vars + `envPassthrough` vars + `HOME`, `TERM`, `IS_SANDBOX=1`.
210210
4. **Cleanup** — Containers are removed when the worktree is removed or merged.
211211

0 commit comments

Comments
 (0)