What problem does it solve? claude-flow maintains over 15,000 lines of orchestration code that largely duplicates agentic-flow@alpha functionality, creating maintenance burden and missing out on upstream performance gains like Flash Attention and AgentDB search. ## Core Features & Use Cases - Adapter Layer Migration: Extends agentic-flow@alpha Agent classes with backward-compatible wrappers so existing claude-flow APIs keep working during transition. - Feature Integration: Wires in SONA learning modes, Flash Attention (2.49x-7.47x speedup), AgentDB HNSW search (150x-12,500x), and 213 MCP tools with 19 hook types. - Phased Code Removal: Replaces SwarmCoordinator, AgentManager, and TaskScheduler with agentic-flow equivalents, cutting orchestration code from 15,000+ to under 5,000 lines. - Use Case: A maintainer planning the v3 architecture runs the three-phase migration (adapter layer, system migration, cleanup) with dual-operation mode to validate feature parity before deprecating legacy systems. ## Quick Start Ask the agent to design the agentic-flow@alpha adapter layer and begin migrating the swarm coordination system using the v3-integration-architect agent.