#!/usr/bin/env node /** * Main CLI entry point * * Architecture: Modular command structure with separation of concerns * - config commands: configuration management * - session commands: session lifecycle management * - dynamic commands: runtime-loaded orchestration commands */ export {}; //# sourceMappingURL=index.d.ts.map