#!/usr/bin/env node /** * AgentFactory Setup CLI * * Configure development tools for agent workflows. * * Usage: * af-setup [options] * agentfactory setup [options] * * Tools: * mergiraf Configure mergiraf AST-aware merge driver * * Options: * --dry-run Show what would be done without making changes * --worktree-only Only configure for agent worktrees * --skip-check Skip mergiraf binary availability check * --help, -h Show this help message */ export {}; //# sourceMappingURL=setup.d.ts.map