Clarify clone mode and Claude worktree isolation#25602
Merged
Merged
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
docker-agent
left a comment
Contributor
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
The changes accurately clarify the distinction between clone mode's host-repository isolation and Claude Code's worktree isolation for background sessions. The new language is precise, follows Docker style conventions, and introduces no AI-isms or style violations. No redirects are needed (no pages removed or moved). Markdown formatting is clean.
docker-agent
left a comment
Contributor
There was a problem hiding this comment.
Assessment: 🟡 NEEDS ATTENTION
dvdksn
force-pushed
the
fix/issue-354-clone-mode-docs
branch
3 times, most recently
from
July 20, 2026 11:39
d65a200 to
95eda52
Compare
The --clone docs blurred the standalone sandbox clone with the read-only host mount and agent-managed worktrees. Clarify the filesystem locations and explain that branch and worktree behavior depends on the agent tool. Co-Authored-By: Codex <noreply@openai.com>
dvdksn
force-pushed
the
fix/issue-354-clone-mode-docs
branch
from
July 20, 2026 11:42
95eda52 to
40370f6
Compare
kiview
approved these changes
Jul 20, 2026
robmry
approved these changes
Jul 20, 2026
craig-osterhout
approved these changes
Jul 20, 2026
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 free
to 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.
Summary
Clarify that clone mode uses a standalone sandbox clone while mounting the host repository separately as read-only. Explain that branches and worktrees inside the clone are controlled by the agent tool rather than guaranteed by
--clone.Closes docker/sbx-releases#354
Generated by Codex