- Changed default template from slang to ECR
- Removed recipes feature (deprecated liquid.cr)
- Verified CLI builds successfully
- Tested --version flag
- Tested new command (generates ECR templates)
- Tested generate model command
- Tested generate controller command
- Tested generate scaffold command (generates ECR views)
- GitHub Actions CI/CD already configured for Ubuntu + macOS
- Run full test suite:
crystal spec - Update homebrew-amber formula after publishing
- Create GitHub release for v2.0.0
- Add integration tests that validate generated app compiles
- Consider Docker testing for Linux validation
- CI workflow exists at
.github/workflows/ci.yml - Runs on ubuntu-latest and macos-latest
- Integration test job will skip if no spec/integration folder exists