Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CleanupResult ¶
type CleanupResult struct {
StaleWorktrees []StaleWorktree
StaleBranches []string
OrphanedTmuxSess []string
ActiveInstanceIDs map[string]bool // IDs of instances in active session
}
CleanupResult holds information about resources to be cleaned up
type StaleWorktree ¶
StaleWorktree represents a worktree that may need cleanup
Click to show internal directories.
Click to hide internal directories.