Expand description
Git worktree management for isolated agent workspaces.
Mirrors opendev/core/git/worktree.py.
Provides WorktreeManager for creating, listing, removing, and
cleaning up git worktrees. Each worktree gives an agent an isolated
checkout where it can make changes without interfering with other
sessions.
Structs§
- Worktree
Info - Information about a single git worktree.
- Worktree
Manager - Manages git worktrees for a project.