From b4f47e1f05fb2a7dc5e4298b93f2f39db706b90f Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 18 May 2026 08:56:41 -0500 Subject: [PATCH] docs(changelog): add v6.7.1 entry for installer stale-module fix (#2393) Documents the fix landed in #2391 and the manual step required for users who installed the experimental BMad Automator module under its previous `baut` code. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6872e1d09..41082ab42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v6.7.1 - 2026-05-18 + +### 🐛 Fixes + +* **Installer no longer errors when a previously installed module's source can no longer be found** — In v6.7.0 the experimental BMad Automator module's installer code (the value used for its `_bmad//` folder and manifest entry) was renamed from `baut` to `automator`. Anyone who had installed it under the old `baut` code saw `quick-update` fail with `Source for module 'baut' is not available` and risked having the existing install removed. The installer now detects installed modules that can no longer be resolved from any source, leaves them in place untouched, and continues the update. If you previously installed it as `baut` and want the renamed `automator` version, run `npx bmad-method install`, choose **Modify BMAD Installation**, and reselect **BMad Automator**; the old `_bmad/baut/` directory can then be deleted manually + ## v6.7.0 - 2026-05-17 ### ✨ Headline