docs(roadmap): add isolated mount source branch policy#580
Open
donbeave wants to merge 2 commits into
Open
Conversation
Signed-off-by: Alexey Zhokhov <alexey@zhokhov.com> Amp-Thread-ID: https://ampcode.com/threads/T-019eb821-94a1-742d-a0dc-39394e262f61 Co-authored-by: Amp <amp@ampcode.com>
Signed-off-by: Alexey Zhokhov <alexey@zhokhov.com> Amp-Thread-ID: https://ampcode.com/threads/T-019eb821-94a1-742d-a0dc-39394e262f61 Co-authored-by: Amp <amp@ampcode.com>
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
This docs-only PR adds a roadmap item for source branch policy on isolated mounts: operators should be able to choose whether
worktreeandclonemounts start from hostHEAD, the host's current branch, the repository default branch, a named branch, or an ask-on-launch dialog. The roadmap item also captures the TUI direction: replace the current one-key isolation cycling with a mount settings dialog for source folder, container destination, access mode, isolation, and mode-specific source branch settings.What ships
What this addresses
Not included
Verify locally
Checkout
Paste this first to bypass the
tirithpaste scanner for the rest of the session:export TIRITH=0Then paste the checkout block:
Docs checks
Documentation
( cd docs bun install --frozen-lockfile bun run dev )Vite serves at
http://localhost:3000/. Pages to walk:http://localhost:3000/reference/roadmap/source-branch-policy-isolated-mounts/
NEW page under Behind jackin' / Internals → Roadmap → Agent Orchestrator Research → Fleet phase 1. Confirm the policy vocabulary, product positioning, and TUI mockups describe the source-branch flow clearly.
http://localhost:3000/reference/roadmap/
UPDATED overview. Confirm Source branch policy for isolated mounts appears under Planned → Operator surface and fleet operations.
Migration notes
None. This PR is docs-only.