#!/usr/bin/env node /** * AgentFactory Add-Dep CLI * * Safely adds dependencies in agent worktrees by cleaning symlinked * node_modules and running the correct package manager add command * with the preinstall guard bypass. * * Usage: * af-add-dep [...] [--filter ] * * Options: * --filter Target a specific workspace (monorepo) * --help, -h Show this help message */ export {}; //# sourceMappingURL=add-dep.d.ts.map