bmad-method 4.9.1 → 4.9.2
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.9.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.9.1...v4.9.2) (2025-06-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* bad brownfield yml ([09d2ad6](https://github.com/bmadcode/BMAD-METHOD/commit/09d2ad6aea187996d0a2e1dff27d9bf7e3e6dc06))
|
|
7
|
+
|
|
1
8
|
## [4.9.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.9.0...v4.9.1) (2025-06-19)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -14,7 +14,7 @@ workflow:
|
|
|
14
14
|
|
|
15
15
|
sequence:
|
|
16
16
|
- step: service_analysis
|
|
17
|
-
|
|
17
|
+
agent: architect
|
|
18
18
|
action: analyze existing project and use task document-project
|
|
19
19
|
creates: multiple documents per the document-project template
|
|
20
20
|
notes: "Review existing service documentation, codebase, performance metrics, and identify integration dependencies."
|
package/package.json
CHANGED