#!/usr/bin/env node /** * AgenticROS CLI - `agenticros`. * * Entry point: parses argv with commander and dispatches to a subcommand. * If no argv is provided (bare `agenticros`), opens the interactive menu. * * Published to npm as the unscoped package name `agenticros`. Inside the * monorepo the source dir is `packages/agenticros-cli/` (`pnpm --filter agenticros`). */ export {}; //# sourceMappingURL=index.d.ts.map