#!/usr/bin/env node /** * AgentFactory Worktree Migration CLI * * Migrates worktrees from the legacy .worktrees/ directory (inside repo) * to the new sibling directory pattern (../{repoName}.wt/). * * Usage: * af-migrate-worktrees [options] * * Options: * --dry-run Preview changes without executing * --force Move even if processes are using worktrees * --help, -h Show this help message */ export {}; //# sourceMappingURL=migrate-worktrees.d.ts.map