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 - Command Decomposition: Breaks large CLI files into focused modules under 500 lines each using a modular command registry with categories, aliases, and middleware. - Interactive Prompts: Implements context-aware select, multiselect, input, and progress prompts via inquirer and cli-progress for guided CLI experiences. - Enhanced Hooks & Learning Integration: Deep lifecycle hooks record command trajectories, submit reinforcement learning feedback, and generate intelligent suggestions. - Workflow Automation: Orchestrates multi-step command workflows with dependency resolution, retry policies, and intent-based workflow generation. - Use Case: A developer runs swarm init --interactive and is guided through topology selection and agent configuration, while hooks record the session for learning-based future suggestions. ## 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.