Module worktree

Module worktree 

Source
Expand description

Git worktree management for parallel agent execution

This module provides git worktree isolation for agents to work in parallel without conflicts, and handles merging their changes back together.

Structs§

AgentWorktree
Git worktree for agent isolation
MergeResult
Merge result from combining agent work
WorktreeManager
Manager for git worktrees used by agents
WorktreePool
Worktree pool for managing multiple worktrees efficiently

Enums§

ConflictStrategy
Conflict resolution strategy