Initial commit with inital CMS

This commit is contained in:
2026-06-15 17:00:16 +02:00
commit 95d986790e
132 changed files with 7624 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# 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