Versions in this module Expand all Collapse all v0 v0.0.4 May 21, 2026 Changes in this version + func Available(ctx context.Context, workingDir string) bool + func CurrentBranch(ctx context.Context, workingDir string) (string, error) + func GitRunCmd(ctx context.Context, dir string, name string, args ...string) string + func GitRunCmdErr(ctx context.Context, dir string, name string, args ...string) error + func GitRunCmdOutput(ctx context.Context, dir string, name string, args ...string) (string, error) + func MountWorktree(ctx context.Context, workingDir, workspaceDir, branchName, baseBranch string) (string, error) + func RemoveWorktree(ctx context.Context, workingDir, workspaceDir string) error