bmad-method 4.30.4 → 4.32.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/.vscode/settings.json +1 -7
- package/CHANGELOG.md +117 -170
- package/README.md +46 -7
- package/bmad-core/agents/analyst.md +1 -1
- package/bmad-core/agents/architect.md +2 -3
- package/bmad-core/agents/bmad-master.md +0 -1
- package/bmad-core/agents/bmad-orchestrator.md +9 -10
- package/bmad-core/agents/dev.md +1 -2
- package/bmad-core/agents/pm.md +3 -1
- package/bmad-core/agents/po.md +1 -1
- package/bmad-core/agents/qa.md +1 -1
- package/bmad-core/agents/sm.md +1 -1
- package/bmad-core/agents/ux-expert.md +1 -1
- package/bmad-core/bmad-core/user-guide.md +0 -0
- package/bmad-core/data/bmad-kb.md +12 -2
- package/bmad-core/data/elicitation-methods.md +20 -0
- package/bmad-core/enhanced-ide-development-workflow.md +43 -0
- package/bmad-core/tasks/advanced-elicitation.md +2 -0
- package/bmad-core/tasks/create-brownfield-story.md +20 -3
- package/bmad-core/tasks/document-project.md +19 -13
- package/bmad-core/tasks/facilitate-brainstorming-session.md +1 -1
- package/bmad-core/tasks/index-docs.md +0 -1
- package/bmad-core/tasks/kb-mode-interaction.md +3 -3
- package/bmad-core/tasks/review-story.md +18 -1
- package/bmad-core/user-guide.md +251 -0
- package/{docs → bmad-core}/working-in-the-brownfield.md +39 -36
- package/dist/agents/analyst.txt +6 -6
- package/dist/agents/architect.txt +8 -3
- package/dist/agents/bmad-master.txt +2 -1
- package/dist/agents/pm.txt +9 -2
- package/dist/agents/po.txt +2 -318
- package/dist/agents/qa.txt +0 -1
- package/dist/agents/sm.txt +3 -3
- package/dist/agents/ux-expert.txt +2 -297
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +6 -6
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.txt +4047 -0
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt +1520 -185
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +214 -1229
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt +537 -373
- package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +6917 -2140
- package/dist/teams/team-all.txt +30 -25
- package/dist/teams/team-fullstack.txt +27 -21
- package/dist/teams/team-ide-minimal.txt +5 -322
- package/dist/teams/team-no-ui.txt +25 -16
- package/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md +3 -1
- package/expansion-packs/bmad-2d-unity-game-dev/agent-teams/unity-2d-game-team.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.md +80 -0
- package/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.md +21 -16
- package/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md +25 -25
- package/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.md +15 -14
- package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-architect-checklist.md +396 -0
- package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-change-checklist.md +203 -0
- package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-design-checklist.md +1 -1
- package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md +93 -121
- package/expansion-packs/bmad-2d-unity-game-dev/config.yaml +1 -1
- package/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md +593 -68
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/correct-course-game.md +151 -0
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/create-game-story.md +165 -198
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/validate-game-story.md +200 -0
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml +938 -453
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +3 -3
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +517 -155
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +12 -12
- package/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +11 -11
- package/package.json +79 -76
- package/tools/cli.js +9 -0
- package/tools/flattener/main.js +559 -0
- package/tools/installer/lib/installer.js +4 -0
- package/tools/installer/package.json +1 -1
- package/.husky/pre-commit +0 -2
- package/.prettierignore +0 -21
- package/.prettierrc +0 -23
- package/docs/agentic-tools/claude-code-guide.md +0 -19
- package/docs/agentic-tools/cline-guide.md +0 -16
- package/docs/agentic-tools/cursor-guide.md +0 -14
- package/docs/agentic-tools/gemini-cli-guide.md +0 -31
- package/docs/agentic-tools/github-copilot-guide.md +0 -42
- package/docs/agentic-tools/roo-code-guide.md +0 -15
- package/docs/agentic-tools/trae-guide.md +0 -14
- package/docs/agentic-tools/windsurf-guide.md +0 -14
- package/docs/bmad-workflow-guide.md +0 -166
- package/docs/user-guide.md +0 -1142
package/CHANGELOG.md
CHANGED
|
@@ -1,534 +1,481 @@
|
|
|
1
|
-
|
|
1
|
+
# [4.32.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.31.0...v4.32.0) (2025-07-27)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
*
|
|
6
|
+
* Add package-lock.json to fix GitHub Actions dependency resolution ([cce7a75](https://github.com/bmadcode/BMAD-METHOD/commit/cce7a758a632053e26d143b678eb7963599b432d))
|
|
7
|
+
* GHA fix ([62ccccd](https://github.com/bmadcode/BMAD-METHOD/commit/62ccccdc9e85f8621f63f99bd1ce0d14abe09783))
|
|
8
8
|
|
|
9
|
-
## [4.30.3](https://github.com/bmadcode/BMAD-METHOD/compare/v4.30.2...v4.30.3) (2025-07-19)
|
|
10
9
|
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* Overhaul and Enhance 2D Unity Game Dev Expansion Pack ([#350](https://github.com/bmadcode/BMAD-METHOD/issues/350)) ([a7038d4](https://github.com/bmadcode/BMAD-METHOD/commit/a7038d43d18246f6aef175aa89ba059b7c94f61f))
|
|
13
|
+
|
|
14
|
+
# [4.31.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.30.4...v4.31.0) (2025-07-20)
|
|
11
15
|
|
|
12
16
|
### Bug Fixes
|
|
13
17
|
|
|
14
|
-
|
|
18
|
+
- enhanced user guide with better diagrams ([c445962](https://github.com/bmadcode/BMAD-METHOD/commit/c445962f259cd7d84c47a896e7fda99e83a30c8d))
|
|
15
19
|
|
|
16
|
-
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
- Installation includes a getting started user guide with detailed mermaid diagram ([df57d77](https://github.com/bmadcode/BMAD-METHOD/commit/df57d772cac9f9010811e7e86a6433a0fe636a45))
|
|
17
23
|
|
|
24
|
+
## [4.30.4](https://github.com/bmadcode/BMAD-METHOD/compare/v4.30.3...v4.30.4) (2025-07-19)
|
|
18
25
|
|
|
19
26
|
### Bug Fixes
|
|
20
27
|
|
|
21
|
-
|
|
28
|
+
- docs ([8619006](https://github.com/bmadcode/BMAD-METHOD/commit/8619006c16731b99fa36b434d209a0c2caf2d998))
|
|
29
|
+
- lint fix ([49e4897](https://github.com/bmadcode/BMAD-METHOD/commit/49e489701e55feac481806740ea54bebef042fba))
|
|
22
30
|
|
|
23
|
-
## [4.30.
|
|
31
|
+
## [4.30.3](https://github.com/bmadcode/BMAD-METHOD/compare/v4.30.2...v4.30.3) (2025-07-19)
|
|
24
32
|
|
|
33
|
+
### Bug Fixes
|
|
34
|
+
|
|
35
|
+
- improve code in the installer to be more memory efficient ([849e428](https://github.com/bmadcode/BMAD-METHOD/commit/849e42871ab845098fd196217bce83e43c736b8a))
|
|
36
|
+
|
|
37
|
+
## [4.30.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.30.1...v4.30.2) (2025-07-17)
|
|
25
38
|
|
|
26
39
|
### Bug Fixes
|
|
27
40
|
|
|
28
|
-
|
|
41
|
+
- remove z2 ([dcb36a9](https://github.com/bmadcode/BMAD-METHOD/commit/dcb36a9b44b6644f6b2723c9067abaa9b0bc1999))
|
|
29
42
|
|
|
30
|
-
|
|
43
|
+
## [4.30.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.30.0...v4.30.1) (2025-07-15)
|
|
31
44
|
|
|
45
|
+
### Bug Fixes
|
|
46
|
+
|
|
47
|
+
- added logo to installer, because why not... ([2cea37a](https://github.com/bmadcode/BMAD-METHOD/commit/2cea37aa8c1924ddf5aa476f4c312837f2615a70))
|
|
48
|
+
|
|
49
|
+
# [4.30.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.29.7...v4.30.0) (2025-07-15)
|
|
32
50
|
|
|
33
51
|
### Features
|
|
34
52
|
|
|
35
|
-
|
|
53
|
+
- installer is now VERY clear about IDE selection being a multiselect ([e24b6f8](https://github.com/bmadcode/BMAD-METHOD/commit/e24b6f84fd9e4ff4b99263019b5021ca2b145b2f))
|
|
36
54
|
|
|
37
55
|
## [4.29.7](https://github.com/bmadcode/BMAD-METHOD/compare/v4.29.6...v4.29.7) (2025-07-14)
|
|
38
56
|
|
|
39
|
-
|
|
40
57
|
### Bug Fixes
|
|
41
58
|
|
|
42
|
-
|
|
59
|
+
- bundle build ([0723eed](https://github.com/bmadcode/BMAD-METHOD/commit/0723eed88140e76146dfbfdddd49afe86e8522ee))
|
|
43
60
|
|
|
44
61
|
## [4.29.6](https://github.com/bmadcode/BMAD-METHOD/compare/v4.29.5...v4.29.6) (2025-07-14)
|
|
45
62
|
|
|
46
|
-
|
|
47
63
|
### Bug Fixes
|
|
48
64
|
|
|
49
|
-
|
|
65
|
+
- improve agent task folowing in agressing cost saving ide model combos ([3621c33](https://github.com/bmadcode/BMAD-METHOD/commit/3621c330e65f328e7326f93a5fe27e65b08907e7))
|
|
50
66
|
|
|
51
67
|
## [4.29.5](https://github.com/bmadcode/BMAD-METHOD/compare/v4.29.4...v4.29.5) (2025-07-14)
|
|
52
68
|
|
|
53
|
-
|
|
54
69
|
### Bug Fixes
|
|
55
70
|
|
|
56
|
-
|
|
71
|
+
- windows regex issue ([9f48c1a](https://github.com/bmadcode/BMAD-METHOD/commit/9f48c1a869a9cc54fb5e7d899c2af7a5cef70e10))
|
|
57
72
|
|
|
58
73
|
## [4.29.4](https://github.com/bmadcode/BMAD-METHOD/compare/v4.29.3...v4.29.4) (2025-07-14)
|
|
59
74
|
|
|
60
|
-
|
|
61
75
|
### Bug Fixes
|
|
62
76
|
|
|
63
|
-
|
|
77
|
+
- empty .roomodes, support Windows-style newlines in YAML block regex ([#311](https://github.com/bmadcode/BMAD-METHOD/issues/311)) ([551e30b](https://github.com/bmadcode/BMAD-METHOD/commit/551e30b65e1f04386f0bd0193f726828df684d5b))
|
|
64
78
|
|
|
65
79
|
## [4.29.3](https://github.com/bmadcode/BMAD-METHOD/compare/v4.29.2...v4.29.3) (2025-07-13)
|
|
66
80
|
|
|
67
|
-
|
|
68
81
|
### Bug Fixes
|
|
69
82
|
|
|
70
|
-
|
|
83
|
+
- annoying YAML lint error ([afea271](https://github.com/bmadcode/BMAD-METHOD/commit/afea271e5e3b14a0da497e241b6521ba5a80b85b))
|
|
71
84
|
|
|
72
85
|
## [4.29.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.29.1...v4.29.2) (2025-07-13)
|
|
73
86
|
|
|
74
|
-
|
|
75
87
|
### Bug Fixes
|
|
76
88
|
|
|
77
|
-
|
|
89
|
+
- add readme note about discord joining issues ([4ceaced](https://github.com/bmadcode/BMAD-METHOD/commit/4ceacedd7370ea80181db0d66cf8da8dcbfdd109))
|
|
78
90
|
|
|
79
91
|
## [4.29.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.29.0...v4.29.1) (2025-07-13)
|
|
80
92
|
|
|
81
|
-
|
|
82
93
|
### Bug Fixes
|
|
83
94
|
|
|
84
|
-
|
|
95
|
+
- brianstorming facilitation output ([f62c05a](https://github.com/bmadcode/BMAD-METHOD/commit/f62c05ab0f54e6c26c67cd9ac11200b172d11076))
|
|
85
96
|
|
|
86
97
|
# [4.29.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.28.0...v4.29.0) (2025-07-13)
|
|
87
98
|
|
|
88
|
-
|
|
89
99
|
### Features
|
|
90
100
|
|
|
91
|
-
|
|
101
|
+
- Claude Code slash commands for Tasks and Agents! ([e9e541a](https://github.com/bmadcode/BMAD-METHOD/commit/e9e541a52e45f6632b2f8c91d10e39c077c1ecc9))
|
|
92
102
|
|
|
93
103
|
# [4.28.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.27.6...v4.28.0) (2025-07-12)
|
|
94
104
|
|
|
95
|
-
|
|
96
105
|
### Features
|
|
97
106
|
|
|
98
|
-
|
|
107
|
+
- bmad-master can load kb properly ([3c13c56](https://github.com/bmadcode/BMAD-METHOD/commit/3c13c564988f9750e043939dd770aea4196a7e7a))
|
|
99
108
|
|
|
100
109
|
## [4.27.6](https://github.com/bmadcode/BMAD-METHOD/compare/v4.27.5...v4.27.6) (2025-07-08)
|
|
101
110
|
|
|
102
|
-
|
|
103
111
|
### Bug Fixes
|
|
104
112
|
|
|
105
|
-
|
|
113
|
+
- installer improvement ([db30230](https://github.com/bmadcode/BMAD-METHOD/commit/db302309f42da49daa309b5ba1a625c719e5bb14))
|
|
106
114
|
|
|
107
115
|
## [4.27.5](https://github.com/bmadcode/BMAD-METHOD/compare/v4.27.4...v4.27.5) (2025-07-08)
|
|
108
116
|
|
|
109
|
-
|
|
110
117
|
### Bug Fixes
|
|
111
118
|
|
|
112
|
-
|
|
119
|
+
- installer for github copilot asks follow up questions right away now so it does not seem to hang, and some minor doc improvements ([cadf8b6](https://github.com/bmadcode/BMAD-METHOD/commit/cadf8b6750afd5daa32eb887608c614584156a69))
|
|
113
120
|
|
|
114
121
|
## [4.27.4](https://github.com/bmadcode/BMAD-METHOD/compare/v4.27.3...v4.27.4) (2025-07-07)
|
|
115
122
|
|
|
116
|
-
|
|
117
123
|
### Bug Fixes
|
|
118
124
|
|
|
119
|
-
|
|
125
|
+
- doc updates ([1b86cd4](https://github.com/bmadcode/BMAD-METHOD/commit/1b86cd4db3644ca2b2b4a94821cc8b5690d78e0a))
|
|
120
126
|
|
|
121
127
|
## [4.27.3](https://github.com/bmadcode/BMAD-METHOD/compare/v4.27.2...v4.27.3) (2025-07-07)
|
|
122
128
|
|
|
123
|
-
|
|
124
129
|
### Bug Fixes
|
|
125
130
|
|
|
126
|
-
|
|
131
|
+
- remove test zoo folder ([908dcd7](https://github.com/bmadcode/BMAD-METHOD/commit/908dcd7e9afae3fd23cd894c0d09855fc9c42d0e))
|
|
127
132
|
|
|
128
133
|
## [4.27.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.27.1...v4.27.2) (2025-07-07)
|
|
129
134
|
|
|
130
|
-
|
|
131
135
|
### Bug Fixes
|
|
132
136
|
|
|
133
|
-
|
|
137
|
+
- improve output ([a5ffe7b](https://github.com/bmadcode/BMAD-METHOD/commit/a5ffe7b9b209ae02a9d97adf60fe73c0bc9701e4))
|
|
134
138
|
|
|
135
139
|
## [4.27.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.27.0...v4.27.1) (2025-07-07)
|
|
136
140
|
|
|
137
|
-
|
|
138
141
|
### Bug Fixes
|
|
139
142
|
|
|
140
|
-
|
|
143
|
+
- build web bundles with new file extension includsion ([92201ae](https://github.com/bmadcode/BMAD-METHOD/commit/92201ae7ede620ec09b4764edaed97be42a3b78f))
|
|
141
144
|
|
|
142
145
|
# [4.27.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.26.0...v4.27.0) (2025-07-06)
|
|
143
146
|
|
|
144
|
-
|
|
145
147
|
### Bug Fixes
|
|
146
148
|
|
|
147
|
-
|
|
148
|
-
|
|
149
|
+
- readme consolidation and version bumps ([0a61d3d](https://github.com/bmadcode/BMAD-METHOD/commit/0a61d3de4af880f6e3bf934a92b1827754ed8ce6))
|
|
149
150
|
|
|
150
151
|
### Features
|
|
151
152
|
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
153
|
+
- big improvement to advanced elicitation ([1bc9960](https://github.com/bmadcode/BMAD-METHOD/commit/1bc9960808098fba6b43850311799022319df841))
|
|
154
|
+
- experimental doc creator v2 and template system ([b785371](https://github.com/bmadcode/BMAD-METHOD/commit/b78537115da06b01e140833fd1d73950c7f2e41f))
|
|
155
|
+
- Massive improvement to the brainstorming task! ([9f53caf](https://github.com/bmadcode/BMAD-METHOD/commit/9f53caf4c6f9c67195b1aae14d54987f81d76e07))
|
|
156
|
+
- WIP create-docv2 ([c107af0](https://github.com/bmadcode/BMAD-METHOD/commit/c107af05984718c1af2cf80118353e8d2e6f906f))
|
|
156
157
|
|
|
157
158
|
# [4.26.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.25.1...v4.26.0) (2025-07-06)
|
|
158
159
|
|
|
159
|
-
|
|
160
160
|
### Features
|
|
161
161
|
|
|
162
|
-
|
|
162
|
+
- **trae:** add support for trae ide integration ([#298](https://github.com/bmadcode/BMAD-METHOD/issues/298)) ([fae0f5f](https://github.com/bmadcode/BMAD-METHOD/commit/fae0f5ff73a603dc1aacc29f184e2a4138446524))
|
|
163
163
|
|
|
164
164
|
## [4.25.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.25.0...v4.25.1) (2025-07-06)
|
|
165
165
|
|
|
166
|
-
|
|
167
166
|
### Bug Fixes
|
|
168
167
|
|
|
169
|
-
|
|
168
|
+
- spelling errors in documentation. ([#297](https://github.com/bmadcode/BMAD-METHOD/issues/297)) ([47b9d9f](https://github.com/bmadcode/BMAD-METHOD/commit/47b9d9f3e87be62c8520ed6cb0048df727a9534f))
|
|
170
169
|
|
|
171
170
|
# [4.25.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.24.6...v4.25.0) (2025-07-05)
|
|
172
171
|
|
|
173
|
-
|
|
174
172
|
### Bug Fixes
|
|
175
173
|
|
|
176
|
-
|
|
177
|
-
|
|
174
|
+
- update web bundles ([42684e6](https://github.com/bmadcode/BMAD-METHOD/commit/42684e68af4396797962f3f851147523a6741608))
|
|
178
175
|
|
|
179
176
|
### Features
|
|
180
177
|
|
|
181
|
-
|
|
178
|
+
- improvements to agent task usage, sm story drafting, dev implementation, qa review process, and addition of a new sm independant review of a draft story ([2874a54](https://github.com/bmadcode/BMAD-METHOD/commit/2874a54a9b25b48c199b2e9dc63a9555e716c636))
|
|
182
179
|
|
|
183
180
|
## [4.24.6](https://github.com/bmadcode/BMAD-METHOD/compare/v4.24.5...v4.24.6) (2025-07-04)
|
|
184
181
|
|
|
185
|
-
|
|
186
182
|
### Bug Fixes
|
|
187
183
|
|
|
188
|
-
|
|
184
|
+
- version bump and web build fix ([1c845e5](https://github.com/bmadcode/BMAD-METHOD/commit/1c845e5b2c77a77d887d8216152ba09110c72e40))
|
|
189
185
|
|
|
190
186
|
## [4.24.5](https://github.com/bmadcode/BMAD-METHOD/compare/v4.24.4...v4.24.5) (2025-07-04)
|
|
191
187
|
|
|
192
|
-
|
|
193
188
|
### Bug Fixes
|
|
194
189
|
|
|
195
|
-
|
|
190
|
+
- yaml standardization in files and installer actions ([094f9f3](https://github.com/bmadcode/BMAD-METHOD/commit/094f9f3eabf563c9a89ecaf360fed63386b46ed4))
|
|
196
191
|
|
|
197
192
|
## [4.24.4](https://github.com/bmadcode/BMAD-METHOD/compare/v4.24.3...v4.24.4) (2025-07-04)
|
|
198
193
|
|
|
199
|
-
|
|
200
194
|
### Bug Fixes
|
|
201
195
|
|
|
202
|
-
|
|
196
|
+
- documentation updates ([2018ad0](https://github.com/bmadcode/BMAD-METHOD/commit/2018ad07c7d4c68efb3c24d85ac7612942c6df9c))
|
|
203
197
|
|
|
204
198
|
## [4.24.3](https://github.com/bmadcode/BMAD-METHOD/compare/v4.24.2...v4.24.3) (2025-07-04)
|
|
205
199
|
|
|
206
|
-
|
|
207
200
|
### Bug Fixes
|
|
208
201
|
|
|
209
|
-
|
|
202
|
+
- update YAML library from 'yaml' to 'js-yaml' in resolveExpansionPackCoreAgents for consistency ([#295](https://github.com/bmadcode/BMAD-METHOD/issues/295)) ([03f30ad](https://github.com/bmadcode/BMAD-METHOD/commit/03f30ad28b282fbb4fa5a6ed6b57d0327218cce0))
|
|
210
203
|
|
|
211
204
|
## [4.24.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.24.1...v4.24.2) (2025-07-03)
|
|
212
205
|
|
|
213
|
-
|
|
214
206
|
### Bug Fixes
|
|
215
207
|
|
|
216
|
-
|
|
208
|
+
- version bump and restore dist folder ([87c451a](https://github.com/bmadcode/BMAD-METHOD/commit/87c451a5c3161fbc86f88619a2bfcfc322eb247e))
|
|
217
209
|
|
|
218
210
|
## [4.24.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.24.0...v4.24.1) (2025-07-03)
|
|
219
211
|
|
|
220
|
-
|
|
221
212
|
### Bug Fixes
|
|
222
213
|
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
214
|
+
- centralized yamlExtraction function and all now fix character issues for windows ([e2985d6](https://github.com/bmadcode/BMAD-METHOD/commit/e2985d6093136575e8d8c91ce53c82abc4097de6))
|
|
215
|
+
- filtering extension stripping logic update ([405954a](https://github.com/bmadcode/BMAD-METHOD/commit/405954ad924d8bd66f94c918643f6e9c091d4d09))
|
|
216
|
+
- standardize on file extension .yaml instead of a mix of yml and yaml ([a4c0b18](https://github.com/bmadcode/BMAD-METHOD/commit/a4c0b1839d12d2ad21b7949aa30f4f7d82ec6c9c))
|
|
226
217
|
|
|
227
218
|
# [4.24.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.23.0...v4.24.0) (2025-07-02)
|
|
228
219
|
|
|
229
|
-
|
|
230
220
|
### Bug Fixes
|
|
231
221
|
|
|
232
|
-
|
|
233
|
-
|
|
222
|
+
- corrected cursor agent update instructions ([84e394a](https://github.com/bmadcode/BMAD-METHOD/commit/84e394ac11136d9cf8164cefc9ca8e298e8ef0ec))
|
|
234
223
|
|
|
235
224
|
### Features
|
|
236
225
|
|
|
237
|
-
|
|
226
|
+
- workflow plans introduced, preliminary feature under review ([731589a](https://github.com/bmadcode/BMAD-METHOD/commit/731589aa287c31ea120e232b4dcc07e9790500ff))
|
|
238
227
|
|
|
239
228
|
# [4.23.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.22.1...v4.23.0) (2025-07-01)
|
|
240
229
|
|
|
241
|
-
|
|
242
230
|
### Features
|
|
243
231
|
|
|
244
|
-
|
|
232
|
+
- Github Copilot integration ([#284](https://github.com/bmadcode/BMAD-METHOD/issues/284)) ([1a4ca4f](https://github.com/bmadcode/BMAD-METHOD/commit/1a4ca4ffa630c2d4156bdd7a040d4c2274801757))
|
|
245
233
|
|
|
246
234
|
## [4.22.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.22.0...v4.22.1) (2025-06-30)
|
|
247
235
|
|
|
248
|
-
|
|
249
236
|
### Bug Fixes
|
|
250
237
|
|
|
251
|
-
|
|
238
|
+
- update expansion versions ([6905fe7](https://github.com/bmadcode/BMAD-METHOD/commit/6905fe72f6c2abefbfd65729d1be85752130a1d2))
|
|
252
239
|
|
|
253
240
|
# [4.22.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.21.2...v4.22.0) (2025-06-30)
|
|
254
241
|
|
|
255
|
-
|
|
256
242
|
### Features
|
|
257
243
|
|
|
258
|
-
|
|
244
|
+
- create doc more explicit and readme improvement ([a1b30d9](https://github.com/bmadcode/BMAD-METHOD/commit/a1b30d9341d2ceff79db2c7e178860c5ef0d99e5))
|
|
259
245
|
|
|
260
246
|
## [4.21.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.21.1...v4.21.2) (2025-06-30)
|
|
261
247
|
|
|
262
|
-
|
|
263
248
|
### Bug Fixes
|
|
264
249
|
|
|
265
|
-
|
|
250
|
+
- improve create-doc task clarity for template execution ([86d5139](https://github.com/bmadcode/BMAD-METHOD/commit/86d5139aea7097cc5d4ee9da0f7d3e395ce0835e))
|
|
266
251
|
|
|
267
252
|
## [4.21.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.21.0...v4.21.1) (2025-06-30)
|
|
268
253
|
|
|
269
|
-
|
|
270
254
|
### Bug Fixes
|
|
271
255
|
|
|
272
|
-
|
|
256
|
+
- readme clarifies that the installer handles installs upgrades and expansion installation ([9371a57](https://github.com/bmadcode/BMAD-METHOD/commit/9371a5784f6a6f2ad358a72ea0cde9c980357167))
|
|
273
257
|
|
|
274
258
|
# [4.21.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.20.0...v4.21.0) (2025-06-30)
|
|
275
259
|
|
|
276
|
-
|
|
277
260
|
### Bug Fixes
|
|
278
261
|
|
|
279
|
-
|
|
280
|
-
|
|
262
|
+
- remove unneeded files ([c48f200](https://github.com/bmadcode/BMAD-METHOD/commit/c48f200727384f37a42f4c6b1a946cb90f2445fe))
|
|
281
263
|
|
|
282
264
|
### Features
|
|
283
265
|
|
|
284
|
-
|
|
266
|
+
- massive installer improvement update ([c151bda](https://github.com/bmadcode/BMAD-METHOD/commit/c151bda93833aa310ccc7c0eabcf483376f9e82a))
|
|
285
267
|
|
|
286
268
|
# [4.20.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.19.2...v4.20.0) (2025-06-29)
|
|
287
269
|
|
|
288
|
-
|
|
289
270
|
### Features
|
|
290
271
|
|
|
291
|
-
|
|
272
|
+
- Massive documentation refactor, added explanation of the new expanded role of the QA agent that will make your code quality MUCH better. 2 new diagram clearly explain the role of the pre dev ideation cycle (prd and architecture) and the details of how the dev cycle works. ([c881dcc](https://github.com/bmadcode/BMAD-METHOD/commit/c881dcc48ff827ddfe8653aa364a021a66ce66eb))
|
|
292
273
|
|
|
293
274
|
## [4.19.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.19.1...v4.19.2) (2025-06-28)
|
|
294
275
|
|
|
295
|
-
|
|
296
276
|
### Bug Fixes
|
|
297
277
|
|
|
298
|
-
|
|
278
|
+
- docs update and correction ([2408068](https://github.com/bmadcode/BMAD-METHOD/commit/240806888448bb3a42acfd2f209976d489157e21))
|
|
299
279
|
|
|
300
280
|
## [4.19.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.19.0...v4.19.1) (2025-06-28)
|
|
301
281
|
|
|
302
|
-
|
|
303
282
|
### Bug Fixes
|
|
304
283
|
|
|
305
|
-
|
|
284
|
+
- discord link ([2ea806b](https://github.com/bmadcode/BMAD-METHOD/commit/2ea806b3af58ad37fcb695146883a9cd3003363d))
|
|
306
285
|
|
|
307
286
|
# [4.19.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.18.0...v4.19.0) (2025-06-28)
|
|
308
287
|
|
|
309
|
-
|
|
310
288
|
### Bug Fixes
|
|
311
289
|
|
|
312
|
-
|
|
313
|
-
|
|
290
|
+
- expansion install config ([50d17ed](https://github.com/bmadcode/BMAD-METHOD/commit/50d17ed65d40f6688f3b6e62732fb2280b6b116e))
|
|
314
291
|
|
|
315
292
|
### Features
|
|
316
293
|
|
|
317
|
-
|
|
294
|
+
- install for ide now sets up rules also for expansion agents! ([b82978f](https://github.com/bmadcode/BMAD-METHOD/commit/b82978fd38ea789a799ccc1373cfb61a2001c1e0))
|
|
318
295
|
|
|
319
296
|
# [4.18.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.17.0...v4.18.0) (2025-06-28)
|
|
320
297
|
|
|
321
|
-
|
|
322
298
|
### Features
|
|
323
299
|
|
|
324
|
-
|
|
325
|
-
|
|
300
|
+
- expansion teams can now include core agents and include their assets automatically ([c70f1a0](https://github.com/bmadcode/BMAD-METHOD/commit/c70f1a056b0f6e3c805096ee5d27f0a3640fb00c))
|
|
301
|
+
- remove hardcoding from installer for agents, improve expansion pack installation to its own locations, common files moved to common folder ([95e833b](https://github.com/bmadcode/BMAD-METHOD/commit/95e833beebc3a60f73a7a1c67d534c8eb6bf48fd))
|
|
326
302
|
|
|
327
303
|
# [4.17.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.16.1...v4.17.0) (2025-06-27)
|
|
328
304
|
|
|
329
|
-
|
|
330
305
|
### Features
|
|
331
306
|
|
|
332
|
-
|
|
307
|
+
- add GEMINI.md to agent context files ([#272](https://github.com/bmadcode/BMAD-METHOD/issues/272)) ([b557570](https://github.com/bmadcode/BMAD-METHOD/commit/b557570081149352e4efbef8046935650f6ecea1))
|
|
333
308
|
|
|
334
309
|
## [4.16.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.16.0...v4.16.1) (2025-06-26)
|
|
335
310
|
|
|
336
|
-
|
|
337
311
|
### Bug Fixes
|
|
338
312
|
|
|
339
|
-
|
|
313
|
+
- remove accidental folder add ([b1c2de1](https://github.com/bmadcode/BMAD-METHOD/commit/b1c2de1fb58029f68e021faa90cd5d5faf345198))
|
|
340
314
|
|
|
341
315
|
# [4.16.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.15.0...v4.16.0) (2025-06-26)
|
|
342
316
|
|
|
343
|
-
|
|
344
317
|
### Features
|
|
345
318
|
|
|
346
|
-
|
|
319
|
+
- repo builds all rules sets for supported ides for easy copy if desired ([ea945bb](https://github.com/bmadcode/BMAD-METHOD/commit/ea945bb43f6ea50594910b954c72e79f96a8504c))
|
|
347
320
|
|
|
348
321
|
# [4.15.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.14.1...v4.15.0) (2025-06-26)
|
|
349
322
|
|
|
350
|
-
|
|
351
323
|
### Features
|
|
352
324
|
|
|
353
|
-
|
|
325
|
+
- Add Gemini CLI Integration ([#271](https://github.com/bmadcode/BMAD-METHOD/issues/271)) ([44b9d7b](https://github.com/bmadcode/BMAD-METHOD/commit/44b9d7bcb5cbb6de5a15d8f2ec7918d186ac9576))
|
|
354
326
|
|
|
355
327
|
## [4.14.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.14.0...v4.14.1) (2025-06-26)
|
|
356
328
|
|
|
357
|
-
|
|
358
329
|
### Bug Fixes
|
|
359
330
|
|
|
360
|
-
|
|
331
|
+
- add updated web builds ([6dabbcb](https://github.com/bmadcode/BMAD-METHOD/commit/6dabbcb670ef22708db6c01dac82069547ca79d6))
|
|
361
332
|
|
|
362
333
|
# [4.14.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.13.0...v4.14.0) (2025-06-25)
|
|
363
334
|
|
|
364
|
-
|
|
365
335
|
### Features
|
|
366
336
|
|
|
367
|
-
|
|
337
|
+
- enhance QA agent as senior developer with code review capabilities and major brownfield improvements ([3af3d33](https://github.com/bmadcode/BMAD-METHOD/commit/3af3d33d4a40586479a382620687fa99a9f6a5f7))
|
|
368
338
|
|
|
369
339
|
# [4.13.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.12.0...v4.13.0) (2025-06-24)
|
|
370
340
|
|
|
371
|
-
|
|
372
341
|
### Features
|
|
373
342
|
|
|
374
|
-
|
|
343
|
+
- **ide-setup:** add support for Cline IDE and configuration rules ([#262](https://github.com/bmadcode/BMAD-METHOD/issues/262)) ([913dbec](https://github.com/bmadcode/BMAD-METHOD/commit/913dbeced60ad65086df6233086d83a51ead81a9))
|
|
375
344
|
|
|
376
345
|
# [4.12.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.11.0...v4.12.0) (2025-06-23)
|
|
377
346
|
|
|
378
|
-
|
|
379
347
|
### Features
|
|
380
348
|
|
|
381
|
-
|
|
349
|
+
- **dev-agent:** add quality gates to prevent task completion with failing validations ([#261](https://github.com/bmadcode/BMAD-METHOD/issues/261)) ([45110ff](https://github.com/bmadcode/BMAD-METHOD/commit/45110ffffe6d29cc08e227e22a901892185dfbd2))
|
|
382
350
|
|
|
383
351
|
# [4.11.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.10.3...v4.11.0) (2025-06-21)
|
|
384
352
|
|
|
385
|
-
|
|
386
353
|
### Bug Fixes
|
|
387
354
|
|
|
388
|
-
|
|
389
|
-
|
|
355
|
+
- resolve web bundles directory path when using relative paths in NPX installer ([5c8485d](https://github.com/bmadcode/BMAD-METHOD/commit/5c8485d09ffec60ad4965ced62f4595890cb7535))
|
|
390
356
|
|
|
391
357
|
### Features
|
|
392
358
|
|
|
393
|
-
|
|
359
|
+
- add markdown-tree integration for document sharding ([540578b](https://github.com/bmadcode/BMAD-METHOD/commit/540578b39d1815e41e11f0e87545de3f09ee54e1))
|
|
394
360
|
|
|
395
361
|
## [4.10.3](https://github.com/bmadcode/BMAD-METHOD/compare/v4.10.2...v4.10.3) (2025-06-20)
|
|
396
362
|
|
|
397
|
-
|
|
398
363
|
### Bug Fixes
|
|
399
364
|
|
|
400
|
-
|
|
365
|
+
- bundle update ([2cf3ba1](https://github.com/bmadcode/BMAD-METHOD/commit/2cf3ba1ab8dd7e52584bef16a96e65e7d2513c4f))
|
|
401
366
|
|
|
402
367
|
## [4.10.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.10.1...v4.10.2) (2025-06-20)
|
|
403
368
|
|
|
404
|
-
|
|
405
369
|
### Bug Fixes
|
|
406
370
|
|
|
407
|
-
|
|
371
|
+
- file formatting ([c78a35f](https://github.com/bmadcode/BMAD-METHOD/commit/c78a35f547459b07a15d94c827ec05921cd21571))
|
|
408
372
|
|
|
409
373
|
## [4.10.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.10.0...v4.10.1) (2025-06-20)
|
|
410
374
|
|
|
411
|
-
|
|
412
375
|
### Bug Fixes
|
|
413
376
|
|
|
414
|
-
|
|
377
|
+
- SM sometimes would skip the rest of the epic stories, fixed ([1148b32](https://github.com/bmadcode/BMAD-METHOD/commit/1148b32fa97586d2f86d07a70ffbf9bb8c327261))
|
|
415
378
|
|
|
416
379
|
# [4.10.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.9.2...v4.10.0) (2025-06-19)
|
|
417
380
|
|
|
418
|
-
|
|
419
381
|
### Features
|
|
420
382
|
|
|
421
|
-
|
|
383
|
+
- Core Config and doc sharding is now optional in v4 ([ff6112d](https://github.com/bmadcode/BMAD-METHOD/commit/ff6112d6c2f822ed22c75046f5a14f05e36041c2))
|
|
422
384
|
|
|
423
385
|
## [4.9.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.9.1...v4.9.2) (2025-06-19)
|
|
424
386
|
|
|
425
|
-
|
|
426
387
|
### Bug Fixes
|
|
427
388
|
|
|
428
|
-
|
|
389
|
+
- bad brownfield yml ([09d2ad6](https://github.com/bmadcode/BMAD-METHOD/commit/09d2ad6aea187996d0a2e1dff27d9bf7e3e6dc06))
|
|
429
390
|
|
|
430
391
|
## [4.9.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.9.0...v4.9.1) (2025-06-19)
|
|
431
392
|
|
|
432
|
-
|
|
433
393
|
### Bug Fixes
|
|
434
394
|
|
|
435
|
-
|
|
395
|
+
- dist bundles updated ([d9a989d](https://github.com/bmadcode/BMAD-METHOD/commit/d9a989dbe50da62cf598afa07a8588229c56b69c))
|
|
436
396
|
|
|
437
397
|
# [4.9.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.8.0...v4.9.0) (2025-06-19)
|
|
438
398
|
|
|
439
|
-
|
|
440
399
|
### Features
|
|
441
400
|
|
|
442
|
-
|
|
401
|
+
- dev can use debug log configured in core-config.yaml ([0e5aaf0](https://github.com/bmadcode/BMAD-METHOD/commit/0e5aaf07bbc6fd9f2706ea26e35f5f38fd72147a))
|
|
443
402
|
|
|
444
403
|
# [4.8.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.7.0...v4.8.0) (2025-06-19)
|
|
445
404
|
|
|
446
|
-
|
|
447
405
|
### Bug Fixes
|
|
448
406
|
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
407
|
+
- installer has fast v4 update option now to keep the bmad method up to date with changes easily without breaking any customizations from the user. The SM and DEV are much more configurable to find epics stories and architectureal information when the prd and architecture are deviant from v4 templates and/or have not been sharded. so a config will give the user the option to configure the SM to use the full large documents or the sharded versions! ([aea7f3c](https://github.com/bmadcode/BMAD-METHOD/commit/aea7f3cc86e749d25ed18bed761dc2839023b3b3))
|
|
408
|
+
- prevent double installation when updating v4 ([af0e767](https://github.com/bmadcode/BMAD-METHOD/commit/af0e767ecf1b91d41f114e1a5d7bf5da08de57d6))
|
|
409
|
+
- resolve undefined config properties in performUpdate ([0185e01](https://github.com/bmadcode/BMAD-METHOD/commit/0185e012bb579948a4de1ea3950db4e399761619))
|
|
410
|
+
- update file-manager to properly handle YAML manifest files ([724cdd0](https://github.com/bmadcode/BMAD-METHOD/commit/724cdd07a199cb12b82236ad34ca1a0c61eb43e2))
|
|
454
411
|
|
|
455
412
|
### Features
|
|
456
413
|
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
414
|
+
- add early v4 detection for improved update flow ([29e7bbf](https://github.com/bmadcode/BMAD-METHOD/commit/29e7bbf4c5aa7e17854061a5ee695f44324f307a))
|
|
415
|
+
- add file resolution context for IDE agents ([74d9bb4](https://github.com/bmadcode/BMAD-METHOD/commit/74d9bb4b2b70a341673849a1df704f6eac70c3de))
|
|
416
|
+
- update web builder to remove IDE-specific properties from agent bundles ([2f2a1e7](https://github.com/bmadcode/BMAD-METHOD/commit/2f2a1e72d6a70f8127db6ba58a563d0f289621c3))
|
|
460
417
|
|
|
461
418
|
# [4.7.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.6.3...v4.7.0) (2025-06-19)
|
|
462
419
|
|
|
463
|
-
|
|
464
420
|
### Features
|
|
465
421
|
|
|
466
|
-
|
|
422
|
+
- extensive bmad-kb for web orchestrator to be much more helpful ([e663a11](https://github.com/bmadcode/BMAD-METHOD/commit/e663a1146b89e7b5078d9726649a51ae5624da46))
|
|
467
423
|
|
|
468
424
|
## [4.6.3](https://github.com/bmadcode/BMAD-METHOD/compare/v4.6.2...v4.6.3) (2025-06-19)
|
|
469
425
|
|
|
470
|
-
|
|
471
426
|
### Bug Fixes
|
|
472
427
|
|
|
473
|
-
|
|
428
|
+
- SM fixed file resolution issue in v4 ([61ab116](https://github.com/bmadcode/BMAD-METHOD/commit/61ab1161e59a92d657ab663082abcaf26729fa6b))
|
|
474
429
|
|
|
475
430
|
## [4.6.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.6.1...v4.6.2) (2025-06-19)
|
|
476
431
|
|
|
477
|
-
|
|
478
432
|
### Bug Fixes
|
|
479
433
|
|
|
480
|
-
|
|
434
|
+
- installer upgrade path fixed ([bd6a558](https://github.com/bmadcode/BMAD-METHOD/commit/bd6a55892906077a700f488bde175b57e846729d))
|
|
481
435
|
|
|
482
436
|
## [4.6.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.6.0...v4.6.1) (2025-06-19)
|
|
483
437
|
|
|
484
|
-
|
|
485
438
|
### Bug Fixes
|
|
486
439
|
|
|
487
|
-
|
|
440
|
+
- expansion pack builder now includes proper dependencies from core as needed, and default template file name save added to template llm instructions ([9dded00](https://github.com/bmadcode/BMAD-METHOD/commit/9dded003565879901246885d60787695e0d0b7bd))
|
|
488
441
|
|
|
489
442
|
# [4.6.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.5.1...v4.6.0) (2025-06-18)
|
|
490
443
|
|
|
491
|
-
|
|
492
444
|
### Bug Fixes
|
|
493
445
|
|
|
494
|
-
|
|
495
|
-
|
|
446
|
+
- orchestractor yml ([3727cc7](https://github.com/bmadcode/BMAD-METHOD/commit/3727cc764a7c7295932ff872e2e5be8b4c4e6859))
|
|
496
447
|
|
|
497
448
|
### Features
|
|
498
449
|
|
|
499
|
-
|
|
450
|
+
- removed some templates that are not ready for use ([b03aece](https://github.com/bmadcode/BMAD-METHOD/commit/b03aece79e52cfe9585225de5aff7659293d9295))
|
|
500
451
|
|
|
501
452
|
## [4.5.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.5.0...v4.5.1) (2025-06-18)
|
|
502
453
|
|
|
503
|
-
|
|
504
454
|
### Bug Fixes
|
|
505
455
|
|
|
506
|
-
|
|
456
|
+
- docs had some ide specific errors ([a954c7e](https://github.com/bmadcode/BMAD-METHOD/commit/a954c7e24284a6637483a9e47fc63a8f9d7dfbad))
|
|
507
457
|
|
|
508
458
|
# [4.5.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.4.2...v4.5.0) (2025-06-17)
|
|
509
459
|
|
|
510
|
-
|
|
511
460
|
### Bug Fixes
|
|
512
461
|
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
462
|
+
- installer relative path issue for npx resolved ([8b9bda5](https://github.com/bmadcode/BMAD-METHOD/commit/8b9bda5639ec882f1887f20b4610a6c2183042c6))
|
|
463
|
+
- readme updated to indicate move of web-bundles ([7e9574f](https://github.com/bmadcode/BMAD-METHOD/commit/7e9574f571f41ae5003a1664d999c282dd7398be))
|
|
464
|
+
- temp disable yml linting ([296c2fb](https://github.com/bmadcode/BMAD-METHOD/commit/296c2fbcbd9ac40b3c68633ba7454aacf1e31204))
|
|
465
|
+
- update documentation and installer to reflect .roomodes file location in project root ([#236](https://github.com/bmadcode/BMAD-METHOD/issues/236)) ([bd7f030](https://github.com/bmadcode/BMAD-METHOD/commit/bd7f03016bfa13e39cb39aedb24db9fccbed18a7))
|
|
518
466
|
|
|
519
467
|
### Features
|
|
520
468
|
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
469
|
+
- bmad the creator expansion with some basic tools for modifying bmad method ([2d61df4](https://github.com/bmadcode/BMAD-METHOD/commit/2d61df419ac683f5691b6ee3fab81174f3d2cdde))
|
|
470
|
+
- can now select different web bundles from what ide agents are installed ([0c41633](https://github.com/bmadcode/BMAD-METHOD/commit/0c41633b07d7dd4d7dda8d3a14d572eac0dcbb47))
|
|
471
|
+
- installer offers option to install web bundles ([e934769](https://github.com/bmadcode/BMAD-METHOD/commit/e934769a5e35dba99f59b4e2e6bb49131c43a526))
|
|
472
|
+
- robust installer ([1fbeed7](https://github.com/bmadcode/BMAD-METHOD/commit/1fbeed75ea446b0912277cfec376ee34f0b3d853))
|
|
525
473
|
|
|
526
474
|
## [4.4.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.4.1...v4.4.2) (2025-06-17)
|
|
527
475
|
|
|
528
|
-
|
|
529
476
|
### Bug Fixes
|
|
530
477
|
|
|
531
|
-
|
|
478
|
+
- single agent install and team installation support ([18a382b](https://github.com/bmadcode/BMAD-METHOD/commit/18a382baa4e4a82db20affa3525eb951af1081e0))
|
|
532
479
|
|
|
533
480
|
## [4.4.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.4.0...v4.4.1) (2025-06-17)
|
|
534
481
|
|