Releases: BePower/.github
Releases · BePower/.github
dev: v2.0.0
2.0.0 (2026-05-16)
⚠ BREAKING CHANGES
- cli:
dev bootstrap -t cdkanddev add -t cdkno longer scaffold CDK projects. Usenpx @bepower/bep-cdk-cli initinstead. - cli:
dev bootstrap -t cdkanddev add -t cdkno longer scaffold CDK projects. Usenpx @bepower/bep-cdk-cli initinstead for full CDK scaffolding with pipeline and account wizard. - cli: bootstrap no longer accepts -t single/monorepo/cdk-app/ cdk-lib/ecs-microservice. Use --template lib/cdk/nestjs for single projects, or --monorepo for monorepo shell.
- cli: npx @bepower/dev now registers as dev command. Config files removed from templates — they are now always sourced from configs/ directory.
Features
- 🎉 Started the project with few stuff (dee89ad)
- cli: 💥 remove cdk template, add version sync and dependabot (e30d8b4)
- cli: 💥 remove cdk template, replace bonvoy with (ce505d2)
- cli: ✨ add --force flag to dev setup command (dbf88b8)
- cli: ✨ composable scaffolding with bootstrap + add (278e2d9)
- configs: 🔧 distribute sync-biome-schema workflow to golden (d70f05a)
- kiro: ✨ add architecture steering, CDK/ECS prompt templates, and new-stack skill (c31bd7f)
- kiro: ✨ add functional-analyst agent (aadf093)
- kiro: ✨ add workflow skills, hooks, and spec templates (2651279)
- templates: ✨ add cdk-app, ecs-microservice, and cdk-lib templates (2586324)
Bug Fixes
- 🐛 Fixed tests (39c519d)
- 🐛 skip lefthook install in CI (4198f47)
- 🐛 skip lefthook install in CI environments (a4356e1)
- ci: 🐛 add workflow_call trigger to CI workflow (e598244)
- cli: 🐛 fix asset path resolution for installed package (b087abf)
- configs: 🔧 sanitize commit messages before commitlint validation (323bb2f)
Code Refactoring
- cli: ♻️ deduplicate configs and fix bin name (4e9e3e6)
@bepower/dev v1.4.0
[1.3.1] - 2026-05-16
✨ Features
- feat(kiro): ✨ add functional-analyst agent
@bepower/dev v1.3.1
[1.3.0] - 2026-04-10
🐛 Bug Fixes
- fix(configs): 🔧 sanitize commit messages before commitlint validation
📚 Documentation
- docs: 📝 document workflow skills, hooks, and steering in README
- docs(kiro): 📝 document workflow skills in interaction steering
@bepower/dev v1.3.0
[1.2.2] - 2026-04-10
✨ Features
- feat(kiro): ✨ add workflow skills, hooks, and spec templates
@bepower/dev v1.2.2
[1.2.1] - 2026-04-03
🐛 Bug Fixes
- fix: 🐛 skip lefthook install in CI environments
- fix: 🐛 skip lefthook install in CI
📚 Documentation
- docs(kiro): 🔧 document CodeBuild Node.js runtime override best practice
- docs(kiro): 📝 remove NestedStack, add Route53MainStack best practices
### chore
- chore: Update allowed-hosts in lockfile-lintrc.json
- chore: Add allowed-urls to lockfile-lintrc.json
@bepower/dev v1.2.1
[1.2.0] - 2026-03-26
🐛 Bug Fixes
- fix(cli): 🐛 fix asset path resolution for installed package
### ci
- ci: 🐛 fix bonvoy github plugin config