feat(isolation): integrate Git worktree isolation into experimental commands#161
Draft
moisgobg wants to merge 1 commit intofeature/asddfrom
Draft
feat(isolation): integrate Git worktree isolation into experimental commands#161moisgobg wants to merge 1 commit intofeature/asddfrom
moisgobg wants to merge 1 commit intofeature/asddfrom
Conversation
Includes updates to support isolated worktrees in implement, revert, and review experimental commands, as well as handling for the temporal review-report.md.
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.
Description
This PR introduces experimental conductor commands (
implement.toml,revert.toml, andreview.tomlincommands/conductor_exp/) that leverage Git Worktree orchestration.Changes
implement: Integrates worktree isolation. Checks for existing worktrees or initializes new ones, handling everything from isolated branch generation to synchronizing documentation inside the worktree context. Added handling for the temporaryreview-report.md.review: Updates the review process to respect the isolated worktree scope (.gemini/worktrees/<track_id>) when auditing diffs and files. Adds options to discard the isolated work or merge it back to the base branch.revert: Adds awareness of the active worktree state. Provides rollback commands (abort track, rollback last commit, rollback to checkpoint) targeting the specific isolated session without affecting the main project tree.Note: The previous MCP server implementation has been removed in favor of these shell-driven experimental commands to simplify the architecture.