Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -85,7 +85,12 @@ docker compose up
### VS Code Devcontainer

Open the project in VS Code and use the "Reopen in Container" command for a fully configured development environment.
Devcontainer will automatically install uv, Claude Code, and pre-commit hooks.
Devcontainer will automatically install uv, Claude Code, and pre-commit hooks. The image build installs the latest
Codex release, so rebuilding the image updates Codex.

The container mounts the host `${HOME}/.claude` and `${HOME}/.codex` directories at `/home/vscode/.claude` and
`/home/vscode/.codex` for authentication. These bind mounts are read-write, so changes made in the container can
affect the host configuration. The uv cache is kept in a named volume and reused across container rebuilds.

### Update Template

Expand Down
6 changes: 6 additions & 0 deletions template/README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -42,3 +42,9 @@ docker compose up
### VS Code Devcontainer

Open the project in VS Code and use the "Reopen in Container" command for a fully configured development environment.
Devcontainer automatically installs uv and Claude Code, and installs the latest Codex release when the image is built.
Rebuild the image to update Codex.

The container mounts the host `${HOME}/.claude` and `${HOME}/.codex` directories at `/home/vscode/.claude` and
`/home/vscode/.codex` for authentication. These bind mounts are read-write, so changes made in the container can
affect the host configuration. The uv cache is kept in a named volume and reused across container rebuilds.