bmad-method 4.21.2 → 4.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [4.22.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.21.2...v4.22.0) (2025-06-30)
2
+
3
+
4
+ ### Features
5
+
6
+ * create doc more explicit and readme improvement ([a1b30d9](https://github.com/bmadcode/BMAD-METHOD/commit/a1b30d9341d2ceff79db2c7e178860c5ef0d99e5))
7
+
1
8
  ## [4.21.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.21.1...v4.21.2) (2025-06-30)
2
9
 
3
10
 
package/README.md CHANGED
@@ -13,7 +13,7 @@ Foundations in Agentic Agile Driven Development, known as the Breakthrough Metho
13
13
 
14
14
  ⭐ **If you find this project helpful or useful, please give it a star in the upper right hand corner!** It helps others discover BMad-METHOD and you will be notified of updates!
15
15
 
16
- ## 🧭 Quick Navigation - Find Your Path
16
+ ## Quick Navigation
17
17
 
18
18
  ### 🚨 MUST READ: Understanding the BMAD Workflow
19
19
 
@@ -50,13 +50,14 @@ Foundations in Agentic Agile Driven Development, known as the Breakthrough Metho
50
50
  - **[Contributing](#contributing)** → Help improve BMAD
51
51
  - **[Support](#support)** → Get help and connect
52
52
 
53
- ## 🔄 Important: Keeping Your BMad Installation Updated
53
+ ## Important: Keep Your BMad Installation Updated
54
54
 
55
55
  **Stay up-to-date effortlessly!** If you already have BMad-METHOD installed in your project, simply run:
56
56
 
57
57
  ```bash
58
58
  npx bmad-method install
59
59
  # OR
60
+ git pull
60
61
  npm run install:bmad
61
62
  ```
62
63
 
@@ -69,7 +70,7 @@ This will:
69
70
 
70
71
  This makes it easy to benefit from the latest improvements, bug fixes, and new agents without losing your customizations! If for some reason this fails, you can rename or remove your .bmad-code folder and run the install again. The main thing to look out for is if you have set up custom modes that are not file driven (Cursor is the only one at this time that is not done through project files lagging behind) - you will want to ensure your sm and dev custom modes especially are kept up to date.
71
72
 
72
- ## 🚀 Quick Start
73
+ ## Quick Start
73
74
 
74
75
  ### One Command for Everything (IDE Installation)
75
76
 
@@ -78,6 +79,7 @@ This makes it easy to benefit from the latest improvements, bug fixes, and new a
78
79
  ```bash
79
80
  npx bmad-method install
80
81
  # OR if you already have BMad installed:
82
+ git pull
81
83
  npm run install:bmad
82
84
  ```
83
85
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bmad-method",
3
- "version": "4.21.2",
3
+ "version": "4.22.0",
4
4
  "description": "Breakthrough Method of Agile AI-driven Development",
5
5
  "main": "tools/cli.js",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bmad-method",
3
- "version": "4.21.2",
3
+ "version": "4.22.0",
4
4
  "description": "BMAD Method installer - AI-powered Agile development framework",
5
5
  "main": "lib/installer.js",
6
6
  "bin": {