Compare commits

..

4 Commits

Author SHA1 Message Date
wison 96b779a361
Merge 2ad72d7d0c into 1198c8b9b7 2026-02-17 21:42:45 +01:00
jheyworth 1198c8b9b7
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 <noreply@anthropic.com>
2026-02-17 11:58:06 -06:00
Brian Madison 17a46a26a3 6.0.1 2026-02-17 07:35:14 -06:00
Brian Madison e5ee30b199 docs: update start message for V6 stable release 2026-02-17 07:29:56 -06:00
4 changed files with 14 additions and 15 deletions

View File

@ -30,6 +30,8 @@ Traditional AI tools do the thinking for you, producing average results. BMad ag
npx bmad-method install 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. Follow the installer prompts, then open your AI IDE (Claude Code, Codex, Windsurf, etc.) in your project folder.
**Non-Interactive Installation** (for CI/CD): **Non-Interactive Installation** (for CI/CD):

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "bmad-method", "name": "bmad-method",
"version": "6.0.0", "version": "6.0.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "bmad-method", "name": "bmad-method",
"version": "6.0.0", "version": "6.0.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@clack/core": "^1.0.0", "@clack/core": "^1.0.0",

View File

@ -1,7 +1,7 @@
{ {
"$schema": "https://json.schemastore.org/package.json", "$schema": "https://json.schemastore.org/package.json",
"name": "bmad-method", "name": "bmad-method",
"version": "6.0.0", "version": "6.0.1",
"description": "Breakthrough Method of Agile AI-driven Development", "description": "Breakthrough Method of Agile AI-driven Development",
"keywords": [ "keywords": [
"agile", "agile",

View File

@ -6,24 +6,19 @@
startMessage: | startMessage: |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎉 BETA IS HERE! Welcome to BMad Method V6 Beta! 🎉 V6 IS HERE! Welcome to BMad Method V6 - Official Stable Release!
We've officially graduated from Alpha! This milestone represents: The BMad Method is now a Platform powered by the BMad Method Core and Module Ecosystem!
- 50+ workflows covering the full development lifecycle - Select and install modules during setup - customize your experience
- Stability - we will still be adding and evolving and optimizing, - New BMad Method for Agile AI-Driven Development (the evolution of V4)
but anticipate no massive breaking changes - Exciting new modules available during installation, with community modules coming soon
- Groundwork in place for customization and community modules - Documentation: docs.bmad-method.com
🌟 BMad is 100% free and open source. 🌟 BMad is 100% free and open source.
- No gated Discord. No paywalls. No gated content. - No gated Discord. No paywalls. No gated content.
- We believe in empowering everyone, not just those who can pay. - We believe in empowering everyone, not just those who can pay.
- Knowledge should be shared, not sold. - Knowledge should be shared, not sold.
🙏 SUPPORT BMAD DEVELOPMENT:
- During the Beta, please give us feedback and raise issues on GitHub!
- Donate: https://buymeacoffee.com/bmad
- Corporate Sponsorship available - DM on Discord
🎤 SPEAKING & MEDIA: 🎤 SPEAKING & MEDIA:
- Available for conferences, podcasts, and media appearances - Available for conferences, podcasts, and media appearances
- Topics: AI-Native Transformation, Spec and Context Engineering, BMad Method - Topics: AI-Native Transformation, Spec and Context Engineering, BMad Method
@ -32,7 +27,9 @@ startMessage: |
⭐ HELP US GROW: ⭐ HELP US GROW:
- Star us on GitHub: https://github.com/bmad-code-org/BMAD-METHOD/ - Star us on GitHub: https://github.com/bmad-code-org/BMAD-METHOD/
- Subscribe on YouTube: https://www.youtube.com/@BMadCode - Subscribe on YouTube: https://www.youtube.com/@BMadCode
- Every star & sub helps us reach more developers! - Free Community and Support: https://discord.gg/gk8jAdXWmj
- Donate: https://buymeacoffee.com/bmad
- Corporate Sponsorship available
Latest updates: https://github.com/bmad-code-org/BMAD-METHOD/blob/main/CHANGELOG.md Latest updates: https://github.com/bmad-code-org/BMAD-METHOD/blob/main/CHANGELOG.md