From 1198c8b9b757f892b9651caedbe2c0d7f49c5f44 Mon Sep 17 00:00:00 2001 From: jheyworth <8269695+jheyworth@users.noreply.github.com> Date: Tue, 17 Feb 2026 17:58:06 +0000 Subject: [PATCH] hotfix: add npx cache workaround to Quick Start (#1685) Users running npx bmad-method install may get a stale beta version due to npx caching. Added explicit version pin as a workaround. Co-authored-by: Claude Opus 4.6 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1ee878043..9b8091075 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ Traditional AI tools do the thinking for you, producing average results. BMad ag npx bmad-method install ``` +> If you are getting a stale beta version, use: `npx bmad-method@6.0.1 install` + Follow the installer prompts, then open your AI IDE (Claude Code, Codex, Windsurf, etc.) in your project folder. **Non-Interactive Installation** (for CI/CD):