From de72bb42d72c725da3f1882bb3489f70257932ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Angner?= Date: Sun, 22 Feb 2026 14:10:03 +0100 Subject: [PATCH] Add CHANGELOG entry for v0.2.0 Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fdbe02c8..578281c72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 0.2.0 (2026-02-20) + +### Breaking Changes +- **Restructured workflows** - All workflow phases reorganized for BMad compliance (phases 0-8). Existing installations should do a fresh install. +- **Templates moved** - Top-level `templates/` directory removed. Templates now live inside their respective workflow folders. +- **Doc folders renamed** - `C-Platform-Requirements` → `C-UX-Scenarios`, added `E-PRD`, `F-Testing`, `G-Product-Development`, removed `F-Agent-Dialogs`. + +### Features +- **Skills directory** - Added agent activation files (`skills/`) for `/freya`, `/idunn`, `/saga` commands. +- **Workflow registry** - Added `module-help.csv` with full workflow index and descriptions. +- **BMad path rewriting** - Compiler now handles `_bmad/wds/` paths from expansion module agents. + +### Fixes +- **Agent menu paths** - Updated all agent workflow references to match restructured directories. +- **Stale documentation references** - Fixed old phase paths in agent guides and dialog templates. + ## 0.1.1 (2026-01-29) ### Changes