Versions in this module Expand all Collapse all v0 v0.2.0 Feb 11, 2026 Changes in this version + func BasePath() string + func Clean(repoRoot, wtPath string) error + func FindRepoRoot(dir string) (string, error) + func ParseRemoteURL(rawURL string) (string, error) + func Path(repoID, branch string) string + func ResolveRepoID(repoRoot string) (string, error) + func ValidateBranch(branch string) error + type Entry struct + Branch string + Path string + func ListWorktrees(repoID string) ([]Entry, error) + type Result struct + Branch string + RepoID string + Reused bool + RunName string + WorkspacePath string + func Resolve(repoRoot, repoID, branch, agentName string) (*Result, error)