bmad-method 4.43.1 → 4.44.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/README.md +2 -0
- package/bmad-core/agents/bmad-master.md +6 -6
- package/bmad-core/templates/brownfield-architecture-tmpl.yaml +5 -5
- package/dist/agents/architect.txt +5 -5
- package/dist/agents/bmad-master.txt +11 -11
- package/dist/teams/team-all.txt +5 -5
- package/dist/teams/team-fullstack.txt +5 -5
- package/dist/teams/team-no-ui.txt +5 -5
- package/package.json +1 -1
- package/release_notes.md +2 -5
- package/tools/installer/package.json +1 -1
package/README.md
CHANGED
|
@@ -75,6 +75,8 @@ This makes it easy to benefit from the latest improvements, bug fixes, and new a
|
|
|
75
75
|
|
|
76
76
|
```bash
|
|
77
77
|
npx bmad-method install
|
|
78
|
+
# OR explicitly use stable tag:
|
|
79
|
+
npx bmad-method@stable install
|
|
78
80
|
# OR if you already have BMad installed:
|
|
79
81
|
git pull
|
|
80
82
|
npm run install:bmad
|
|
@@ -101,10 +101,10 @@ dependencies:
|
|
|
101
101
|
- project-brief-tmpl.yaml
|
|
102
102
|
- story-tmpl.yaml
|
|
103
103
|
workflows:
|
|
104
|
-
- brownfield-fullstack.
|
|
105
|
-
- brownfield-service.
|
|
106
|
-
- brownfield-ui.
|
|
107
|
-
- greenfield-fullstack.
|
|
108
|
-
- greenfield-service.
|
|
109
|
-
- greenfield-ui.
|
|
104
|
+
- brownfield-fullstack.md
|
|
105
|
+
- brownfield-service.md
|
|
106
|
+
- brownfield-ui.md
|
|
107
|
+
- greenfield-fullstack.md
|
|
108
|
+
- greenfield-service.md
|
|
109
|
+
- greenfield-ui.md
|
|
110
110
|
```
|
|
@@ -109,8 +109,8 @@ sections:
|
|
|
109
109
|
- **UI/UX Consistency:** {{ui_compatibility}}
|
|
110
110
|
- **Performance Impact:** {{performance_constraints}}
|
|
111
111
|
|
|
112
|
-
- id: tech-stack
|
|
113
|
-
title: Tech Stack
|
|
112
|
+
- id: tech-stack-alignment
|
|
113
|
+
title: Tech Stack Alignment
|
|
114
114
|
instruction: |
|
|
115
115
|
Ensure new components align with existing technology choices:
|
|
116
116
|
|
|
@@ -272,8 +272,8 @@ sections:
|
|
|
272
272
|
|
|
273
273
|
**Error Handling:** {{error_handling_strategy}}
|
|
274
274
|
|
|
275
|
-
- id: source-tree
|
|
276
|
-
title: Source Tree
|
|
275
|
+
- id: source-tree-integration
|
|
276
|
+
title: Source Tree Integration
|
|
277
277
|
instruction: |
|
|
278
278
|
Define how new code will integrate with existing project structure:
|
|
279
279
|
|
|
@@ -342,7 +342,7 @@ sections:
|
|
|
342
342
|
**Monitoring:** {{monitoring_approach}}
|
|
343
343
|
|
|
344
344
|
- id: coding-standards
|
|
345
|
-
title: Coding Standards
|
|
345
|
+
title: Coding Standards and Conventions
|
|
346
346
|
instruction: |
|
|
347
347
|
Ensure new code follows existing project conventions:
|
|
348
348
|
|
|
@@ -1698,8 +1698,8 @@ sections:
|
|
|
1698
1698
|
- **UI/UX Consistency:** {{ui_compatibility}}
|
|
1699
1699
|
- **Performance Impact:** {{performance_constraints}}
|
|
1700
1700
|
|
|
1701
|
-
- id: tech-stack
|
|
1702
|
-
title: Tech Stack
|
|
1701
|
+
- id: tech-stack-alignment
|
|
1702
|
+
title: Tech Stack Alignment
|
|
1703
1703
|
instruction: |
|
|
1704
1704
|
Ensure new components align with existing technology choices:
|
|
1705
1705
|
|
|
@@ -1861,8 +1861,8 @@ sections:
|
|
|
1861
1861
|
|
|
1862
1862
|
**Error Handling:** {{error_handling_strategy}}
|
|
1863
1863
|
|
|
1864
|
-
- id: source-tree
|
|
1865
|
-
title: Source Tree
|
|
1864
|
+
- id: source-tree-integration
|
|
1865
|
+
title: Source Tree Integration
|
|
1866
1866
|
instruction: |
|
|
1867
1867
|
Define how new code will integrate with existing project structure:
|
|
1868
1868
|
|
|
@@ -1931,7 +1931,7 @@ sections:
|
|
|
1931
1931
|
**Monitoring:** {{monitoring_approach}}
|
|
1932
1932
|
|
|
1933
1933
|
- id: coding-standards
|
|
1934
|
-
title: Coding Standards
|
|
1934
|
+
title: Coding Standards and Conventions
|
|
1935
1935
|
instruction: |
|
|
1936
1936
|
Ensure new code follows existing project conventions:
|
|
1937
1937
|
|
|
@@ -117,12 +117,12 @@ dependencies:
|
|
|
117
117
|
- project-brief-tmpl.yaml
|
|
118
118
|
- story-tmpl.yaml
|
|
119
119
|
workflows:
|
|
120
|
-
- brownfield-fullstack.
|
|
121
|
-
- brownfield-service.
|
|
122
|
-
- brownfield-ui.
|
|
123
|
-
- greenfield-fullstack.
|
|
124
|
-
- greenfield-service.
|
|
125
|
-
- greenfield-ui.
|
|
120
|
+
- brownfield-fullstack.md
|
|
121
|
+
- brownfield-service.md
|
|
122
|
+
- brownfield-ui.md
|
|
123
|
+
- greenfield-fullstack.md
|
|
124
|
+
- greenfield-service.md
|
|
125
|
+
- greenfield-ui.md
|
|
126
126
|
```
|
|
127
127
|
==================== END: .bmad-core/agents/bmad-master.md ====================
|
|
128
128
|
|
|
@@ -2916,8 +2916,8 @@ sections:
|
|
|
2916
2916
|
- **UI/UX Consistency:** {{ui_compatibility}}
|
|
2917
2917
|
- **Performance Impact:** {{performance_constraints}}
|
|
2918
2918
|
|
|
2919
|
-
- id: tech-stack
|
|
2920
|
-
title: Tech Stack
|
|
2919
|
+
- id: tech-stack-alignment
|
|
2920
|
+
title: Tech Stack Alignment
|
|
2921
2921
|
instruction: |
|
|
2922
2922
|
Ensure new components align with existing technology choices:
|
|
2923
2923
|
|
|
@@ -3079,8 +3079,8 @@ sections:
|
|
|
3079
3079
|
|
|
3080
3080
|
**Error Handling:** {{error_handling_strategy}}
|
|
3081
3081
|
|
|
3082
|
-
- id: source-tree
|
|
3083
|
-
title: Source Tree
|
|
3082
|
+
- id: source-tree-integration
|
|
3083
|
+
title: Source Tree Integration
|
|
3084
3084
|
instruction: |
|
|
3085
3085
|
Define how new code will integrate with existing project structure:
|
|
3086
3086
|
|
|
@@ -3149,7 +3149,7 @@ sections:
|
|
|
3149
3149
|
**Monitoring:** {{monitoring_approach}}
|
|
3150
3150
|
|
|
3151
3151
|
- id: coding-standards
|
|
3152
|
-
title: Coding Standards
|
|
3152
|
+
title: Coding Standards and Conventions
|
|
3153
3153
|
instruction: |
|
|
3154
3154
|
Ensure new code follows existing project conventions:
|
|
3155
3155
|
|
package/dist/teams/team-all.txt
CHANGED
|
@@ -4628,8 +4628,8 @@ sections:
|
|
|
4628
4628
|
- **UI/UX Consistency:** {{ui_compatibility}}
|
|
4629
4629
|
- **Performance Impact:** {{performance_constraints}}
|
|
4630
4630
|
|
|
4631
|
-
- id: tech-stack
|
|
4632
|
-
title: Tech Stack
|
|
4631
|
+
- id: tech-stack-alignment
|
|
4632
|
+
title: Tech Stack Alignment
|
|
4633
4633
|
instruction: |
|
|
4634
4634
|
Ensure new components align with existing technology choices:
|
|
4635
4635
|
|
|
@@ -4791,8 +4791,8 @@ sections:
|
|
|
4791
4791
|
|
|
4792
4792
|
**Error Handling:** {{error_handling_strategy}}
|
|
4793
4793
|
|
|
4794
|
-
- id: source-tree
|
|
4795
|
-
title: Source Tree
|
|
4794
|
+
- id: source-tree-integration
|
|
4795
|
+
title: Source Tree Integration
|
|
4796
4796
|
instruction: |
|
|
4797
4797
|
Define how new code will integrate with existing project structure:
|
|
4798
4798
|
|
|
@@ -4861,7 +4861,7 @@ sections:
|
|
|
4861
4861
|
**Monitoring:** {{monitoring_approach}}
|
|
4862
4862
|
|
|
4863
4863
|
- id: coding-standards
|
|
4864
|
-
title: Coding Standards
|
|
4864
|
+
title: Coding Standards and Conventions
|
|
4865
4865
|
instruction: |
|
|
4866
4866
|
Ensure new code follows existing project conventions:
|
|
4867
4867
|
|
|
@@ -6513,8 +6513,8 @@ sections:
|
|
|
6513
6513
|
- **UI/UX Consistency:** {{ui_compatibility}}
|
|
6514
6514
|
- **Performance Impact:** {{performance_constraints}}
|
|
6515
6515
|
|
|
6516
|
-
- id: tech-stack
|
|
6517
|
-
title: Tech Stack
|
|
6516
|
+
- id: tech-stack-alignment
|
|
6517
|
+
title: Tech Stack Alignment
|
|
6518
6518
|
instruction: |
|
|
6519
6519
|
Ensure new components align with existing technology choices:
|
|
6520
6520
|
|
|
@@ -6676,8 +6676,8 @@ sections:
|
|
|
6676
6676
|
|
|
6677
6677
|
**Error Handling:** {{error_handling_strategy}}
|
|
6678
6678
|
|
|
6679
|
-
- id: source-tree
|
|
6680
|
-
title: Source Tree
|
|
6679
|
+
- id: source-tree-integration
|
|
6680
|
+
title: Source Tree Integration
|
|
6681
6681
|
instruction: |
|
|
6682
6682
|
Define how new code will integrate with existing project structure:
|
|
6683
6683
|
|
|
@@ -6746,7 +6746,7 @@ sections:
|
|
|
6746
6746
|
**Monitoring:** {{monitoring_approach}}
|
|
6747
6747
|
|
|
6748
6748
|
- id: coding-standards
|
|
6749
|
-
title: Coding Standards
|
|
6749
|
+
title: Coding Standards and Conventions
|
|
6750
6750
|
instruction: |
|
|
6751
6751
|
Ensure new code follows existing project conventions:
|
|
6752
6752
|
|
|
@@ -6050,8 +6050,8 @@ sections:
|
|
|
6050
6050
|
- **UI/UX Consistency:** {{ui_compatibility}}
|
|
6051
6051
|
- **Performance Impact:** {{performance_constraints}}
|
|
6052
6052
|
|
|
6053
|
-
- id: tech-stack
|
|
6054
|
-
title: Tech Stack
|
|
6053
|
+
- id: tech-stack-alignment
|
|
6054
|
+
title: Tech Stack Alignment
|
|
6055
6055
|
instruction: |
|
|
6056
6056
|
Ensure new components align with existing technology choices:
|
|
6057
6057
|
|
|
@@ -6213,8 +6213,8 @@ sections:
|
|
|
6213
6213
|
|
|
6214
6214
|
**Error Handling:** {{error_handling_strategy}}
|
|
6215
6215
|
|
|
6216
|
-
- id: source-tree
|
|
6217
|
-
title: Source Tree
|
|
6216
|
+
- id: source-tree-integration
|
|
6217
|
+
title: Source Tree Integration
|
|
6218
6218
|
instruction: |
|
|
6219
6219
|
Define how new code will integrate with existing project structure:
|
|
6220
6220
|
|
|
@@ -6283,7 +6283,7 @@ sections:
|
|
|
6283
6283
|
**Monitoring:** {{monitoring_approach}}
|
|
6284
6284
|
|
|
6285
6285
|
- id: coding-standards
|
|
6286
|
-
title: Coding Standards
|
|
6286
|
+
title: Coding Standards and Conventions
|
|
6287
6287
|
instruction: |
|
|
6288
6288
|
Ensure new code follows existing project conventions:
|
|
6289
6289
|
|
package/package.json
CHANGED
package/release_notes.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## 🚀 What's New in v4.
|
|
1
|
+
## 🚀 What's New in v4.44.0
|
|
2
2
|
|
|
3
3
|
### ✨ New Features
|
|
4
4
|
- feat: implement fork-friendly CI/CD with opt-in mechanism (#476)
|
|
@@ -19,8 +19,6 @@
|
|
|
19
19
|
- Fixed: "glob" is not defined (#504)
|
|
20
20
|
- fix: Template file extension in validation next story steps (#523)
|
|
21
21
|
- fix: update .gitignore to correct cursor file entry (#485)
|
|
22
|
-
- fix: update workflow file extensions from .md to .yaml in bmad-master.md (#562)
|
|
23
|
-
- fix: Changed title to coding standards section of brownfield architecture template (#564)
|
|
24
22
|
|
|
25
23
|
### 📦 Other Changes
|
|
26
24
|
- patch: move script to tools folder
|
|
@@ -33,7 +31,6 @@
|
|
|
33
31
|
- Update ide-setup.js - add missing glob require (#514)
|
|
34
32
|
- Godot Game Dev expansion pack for BMAD (#532)
|
|
35
33
|
- documentation updates
|
|
36
|
-
- remove errant command from readme
|
|
37
34
|
|
|
38
35
|
### 🔧 Maintenance
|
|
39
36
|
- chore: bump to 4.39.1 to fix installer version display
|
|
@@ -48,4 +45,4 @@
|
|
|
48
45
|
npx bmad-method install
|
|
49
46
|
```
|
|
50
47
|
|
|
51
|
-
**Full Changelog**: https://github.com/bmadcode/BMAD-METHOD/compare/v4.39.0...v4.
|
|
48
|
+
**Full Changelog**: https://github.com/bmadcode/BMAD-METHOD/compare/v4.39.0...v4.44.0
|