User Story
As a documentation author, I want a clear migration guide explaining what changed between v3 and v4 and what I need to do.
Content
- What was removed (Gradle, core module, jBake)
- What replaced it (direct Groovy execution, scripts, custom SSG)
- Config compatibility (nothing to change)
- Command changes (if any)
- Known breaking changes
- FAQ
Acceptance Criteria
```gherkin
Given the migration guide
When a v3 user reads it
Then they understand all changes in under 10 minutes
And they can upgrade their project successfully
```
Priority: Must
Epic: v4-E5 (#7)
🤖 Generated with Claude Code
User Story
As a documentation author, I want a clear migration guide explaining what changed between v3 and v4 and what I need to do.
Content
Acceptance Criteria
```gherkin
Given the migration guide
When a v3 user reads it
Then they understand all changes in under 10 minutes
And they can upgrade their project successfully
```
Priority: Must
Epic: v4-E5 (#7)
🤖 Generated with Claude Code