claude-flow-multilang
Version:
Revolutionary multilingual AI orchestration framework with cultural awareness and DDD architecture
11 lines (9 loc) • 404 B
text/typescript
/**
* Modular start command implementation
* Consolidates all start functionality into a single, extensible structure
*/
export { startCommand } from './start-command.js';
export { ProcessManager } from './process-manager.js';
export { ProcessUI } from './process-ui.js';
export { SystemMonitor } from './system-monitor.js';
export type { ProcessInfo, ProcessStatus, SystemStats } from './types.js';