Skip to main content

Module worktree

Module worktree 

Source
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§

WorktreeManager
Manages git worktrees for pool slots.