docs: document devcontainer tools and mounts - #23
Merged
Conversation
- Describe Codex, Claude Code, and uv setup in both README files - Document authentication bind mounts and their read-write host impact - Explain uv cache volume persistence and Codex image rebuild updates
mjun0812
commented
Sep 2, 2026
mjun0812
left a comment
OwnerAuthor
There was a problem hiding this comment.
Codex PR Review
Summary
This pull request documents the Dev Container tools, authentication bind mounts, host-side write behavior, and uv cache persistence in both README files. No blocking findings were confirmed. The Contract axis was skipped because no spec source was available.
Verdict
APPROVE
Findings
N/A
Reviewed by Codex at 868081f
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview and Background
Document the devcontainer tools, authentication mounts, and cache behavior in both the repository README and the generated-project README. Previously, the Devcontainer sections did not explain Codex availability, host authentication directories, or the persistence and write behavior of those mounts.
Related Issues
None.
Implementation Approach
Align the existing Devcontainer documentation with
template/.devcontainer/devcontainer.jsonandtemplate/.devcontainer/Dockerfile, keeping the changes limited to the two relevant README sections.Changes
${HOME}/.claudeand${HOME}/.codexauthentication bind mounts, including their read-write impact on host configuration.Impact
This is a documentation-only change. It clarifies existing setup and the host-side effects of read-write bind mounts; runtime behavior is unchanged.
Validation Results
oxfmt --check README.md template/README.md— passed.jq empty template/.devcontainer/devcontainer.json— passed.git diff --check— passed.