AC Session Manager Complete session lifecycle management for autonomous coding operations. Overview Manages the full session lifecycle: - Session type detection (INIT vs CONTINUE) - Session creation and configuration - Auto-continuation between sessions - Graceful shutdown with state preservation Quick Start Detect Session Type Run Session Session Lifecycle Session Types | Type | Condition | Action | |------|-----------|--------| | | No feature list.json | Run initializer agent | | | handoffs/current.json exists | Resume from handoff | | | Features incomplete | Continue coding | | | All featu…