Skip to main content

Module worktree

Module worktree 

Source
Expand description

Git worktree manager — create and manage isolated workspaces.

Uses git worktree to create lightweight, isolated copies of the repository for subagent work. Each worktree gets its own branch and can be independently modified without affecting the main workspace.

Structs§

WorktreeInfo
Information about a git worktree.
WorktreeManager
Manages git worktrees for workspace isolation.