- All quality gates pass (engine typecheck/test, web typecheck/test, phaser-runtime lint/test, build)
- CI workflow configured (
.github/workflows/ci.yml) - CHANGELOG.md written with 1.0.0 entry
- README.md matches actual repo structure
-
docs/qa/known_issues.mdupdated - E2E smoke tests cover critical paths
- Migration tests verify backward compatibility
- No known high-priority bugs
- M0: Project Scaffolding
- M1: Core ECS Engine
- M2: Web Editor Shell
- M3: Scene Editor v1
- M4: Asset Pack Editor
- M5: Code Export
- M6: Physics Tooling
- M7: Animations Editor
- M8: Tilemap Editor
- M9: Prefabs and Components
- M10: AI-Assisted Editor Workflows
- M11: UX and Product Polish
- M12: Release Hardening
- Tag release:
git tag v1.0.0 && git push --tags - Create GitHub Release with CHANGELOG summary
- Verify CI passes on tagged commit
- Update documentation site if applicable