Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.6.0"
".": "2.7.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.7.0](https://github.com/LarsCowe/bmalph/compare/v2.6.0...v2.7.0) (2026-03-04)


### Features

* add Codex skills delivery, promote Cursor to full tier, and add lite PRD workflow ([36c5c72](https://github.com/LarsCowe/bmalph/commit/36c5c726ae887ff144e6fe464264904c7b1bb578))
* promote Cursor to full tier with experimental flag ([1b3a9e6](https://github.com/LarsCowe/bmalph/commit/1b3a9e69f6c55c5f06e074bc8eb828c1a6490177))


### Bug Fixes

* harden error handling, eliminate injection surfaces, and reduce duplication ([d5e169b](https://github.com/LarsCowe/bmalph/commit/d5e169bb7bcc24a0a01f5eb82ebcd873d0d3e0bf))
* harden process lifecycle, tighten artifact matching, and fill test gaps ([ebf75ac](https://github.com/LarsCowe/bmalph/commit/ebf75ac2afe128eca70324b0bcadfaae71435c83))


### Code Quality

* eliminate duplication, normalize patterns, and expand test coverage ([238a1d8](https://github.com/LarsCowe/bmalph/commit/238a1d8c9f2f97f5dfb8b21e049a345d7aacbf84))

## [2.6.0](https://github.com/LarsCowe/bmalph/compare/v2.5.0...v2.6.0) (2026-02-28)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bmalph",
"version": "2.6.0",
"version": "2.7.0",
"description": "Unified AI Development Framework - BMAD phases with Ralph execution loop",
"type": "module",
"bin": {
Expand Down