#!/usr/bin/env node /** * Oh-My-ClaudeCode CLI * * Command-line interface for the OMC multi-agent system. * * Commands: * - run: Start an interactive session * - config: Show or edit configuration * - setup: Sync all OMC components (hooks, agents, skills) */ export {}; //# sourceMappingURL=index.d.ts.map