# Legacy Format Detected I detected that your workspace uses the legacy AI-DLC format (single `aidlc-state.md` at root). ## What This Means The newer AI-DLC format provides: - **Feature-based organization** - Multiple independent features in one workspace - **Feature isolation** - Each feature has its own state tracking and documentation - **Scalability** - Handle complex multi-feature projects without conflicts - **Session management** - Resume specific features independently - **Artifact organization** - Clear separation of feature-specific vs shared artifacts ## Your Options **A) Migrate to new format (RECOMMENDED)** - Creates feature-based structure from your existing project - Imports all existing artifacts into feature directory - Enables future features in the same workspace - One-time operation (non-destructive) **B) Continue with legacy format** - Keeps current structure unchanged - Still uses the workflow, but without feature isolation - Can migrate later if needed **C) Other - Please describe** [Answer]: A