[ORCH-111] Git worktree management #212

Closed
opened 2026-02-02 18:58:30 +00:00 by jason.woltje · 2 comments
Owner

Create and manage git worktrees for agent isolation.

Acceptance Criteria

  • src/git/worktree-manager.ts implemented
  • Create worktree for each agent
  • Worktree naming: agent-{agentId}-{taskId}
  • Cleanup worktree on agent completion
  • Handle worktree conflicts

Dependencies

  • Blocked by: #ORCH-110

Technical Notes

Git worktrees allow multiple agents to work on same repo without conflicts.

Create and manage git worktrees for agent isolation. ## Acceptance Criteria - [ ] `src/git/worktree-manager.ts` implemented - [ ] Create worktree for each agent - [ ] Worktree naming: `agent-{agentId}-{taskId}` - [ ] Cleanup worktree on agent completion - [ ] Handle worktree conflicts ## Dependencies - Blocked by: #ORCH-110 ## Technical Notes Git worktrees allow multiple agents to work on same repo without conflicts.
jason.woltje added this to the M6-AgentOrchestration (0.0.6) milestone 2026-02-02 18:58:30 +00:00
jason.woltje added the orchestrator label 2026-02-02 18:58:30 +00:00
Author
Owner

Duplicate of #246 which was completed. Closing duplicate issue.

Duplicate of #246 which was completed. Closing duplicate issue.
Author
Owner

Duplicate of #246 which was completed. Closing duplicate issue.

Duplicate of #246 which was completed. Closing duplicate issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaic/stack#212