#!/usr/bin/env node /** * AgentFactory Cleanup CLI * * Cleans up orphaned git worktrees and stale local branches. * * Usage: * af-cleanup [options] * * Options: * --dry-run Show what would be cleaned up without removing anything * --force Force removal / include branches with gone remotes * --path Custom worktrees directory (default: ../{repoName}.wt) * --skip-worktrees Skip worktree cleanup * --skip-branches Skip branch cleanup * --help, -h Show this help message */ export {}; //# sourceMappingURL=cleanup.d.ts.map