What problem does it solve? Codex-flow v3's CLI suffers from monolithic files (index.ts at 108KB), limited interactivity, basic hooks integration, and no intelligent workflow automation, making it slow and hard to maintain. ## Core Features & Use Cases - Modular Command Architecture: Decomposes large CLI files into focused command modules under 500 lines each with a registry supporting categories, aliases, and fuzzy matching. - Interactive Prompt System: Provides context-aware select, multiselect, input, and progress prompts using inquirer and cli-progress for guided CLI experiences. - Enhanced Hooks & Learning Integration: Connects CLI lifecycle events to learning systems that record trajectories, calculate rewards, and generate intelligent command suggestions. - Use Case: A developer runs swarm init --interactive and is guided through topology selection and agent configuration, while hooks record execution metrics and suggest optimizations based on learned patterns. ## Quick Start Ask the AI to analyze the current CLI structure and implement modular commands, interactive prompts, and intelligent workflow automation using the cli-hooks-developer agent.