Expand description
Git worktree isolation for parallel slots.
When multiple slots operate on the same repository, they need isolated working directories to avoid stepping on each other’s git state. This module manages git worktree creation and cleanup.
Structs§
- Worktree
Manager - Manages git worktrees for pool slots.