bmad-method 4.27.1 → 4.27.3
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,17 @@
|
|
|
1
|
+
## [4.27.3](https://github.com/bmadcode/BMAD-METHOD/compare/v4.27.2...v4.27.3) (2025-07-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* remove test zoo folder ([908dcd7](https://github.com/bmadcode/BMAD-METHOD/commit/908dcd7e9afae3fd23cd894c0d09855fc9c42d0e))
|
|
7
|
+
|
|
8
|
+
## [4.27.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.27.1...v4.27.2) (2025-07-07)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* improve output ([a5ffe7b](https://github.com/bmadcode/BMAD-METHOD/commit/a5ffe7b9b209ae02a9d97adf60fe73c0bc9701e4))
|
|
14
|
+
|
|
1
15
|
## [4.27.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.27.0...v4.27.1) (2025-07-07)
|
|
2
16
|
|
|
3
17
|
|
|
@@ -629,7 +629,6 @@ sections:
|
|
|
629
629
|
After completing the architecture:
|
|
630
630
|
|
|
631
631
|
1. If project has UI components:
|
|
632
|
-
- Recommend engaging Design Architect agent
|
|
633
632
|
- Use "Frontend Architecture Mode"
|
|
634
633
|
- Provide this document as input
|
|
635
634
|
|
|
@@ -640,19 +639,12 @@ sections:
|
|
|
640
639
|
|
|
641
640
|
3. Include specific prompts for next agents if needed
|
|
642
641
|
sections:
|
|
643
|
-
- id:
|
|
644
|
-
title:
|
|
642
|
+
- id: architect-prompt
|
|
643
|
+
title: Architect Prompt
|
|
645
644
|
condition: Project has UI components
|
|
646
645
|
instruction: |
|
|
647
|
-
Create a brief prompt to hand off to
|
|
646
|
+
Create a brief prompt to hand off to Architect for Frontend Architecture creation. Include:
|
|
648
647
|
- Reference to this architecture document
|
|
649
648
|
- Key UI requirements from PRD
|
|
650
649
|
- Any frontend-specific decisions made here
|
|
651
650
|
- Request for detailed frontend architecture
|
|
652
|
-
- id: developer-handoff
|
|
653
|
-
title: Developer Handoff
|
|
654
|
-
instruction: |
|
|
655
|
-
Create a brief prompt for developers starting implementation. Include:
|
|
656
|
-
- Reference to this architecture and coding standards
|
|
657
|
-
- First epic/story to implement
|
|
658
|
-
- Key technical decisions to follow
|
|
@@ -194,9 +194,9 @@ sections:
|
|
|
194
194
|
- id: next-steps
|
|
195
195
|
title: Next Steps
|
|
196
196
|
sections:
|
|
197
|
-
- id:
|
|
198
|
-
title:
|
|
199
|
-
instruction: This section will contain the prompt for the
|
|
197
|
+
- id: ux-expert-prompt
|
|
198
|
+
title: UX Expert Prompt
|
|
199
|
+
instruction: This section will contain the prompt for the UX Expert, keep it short and to the point to initiate create architecture mode using this document as input.
|
|
200
200
|
- id: architect-prompt
|
|
201
201
|
title: Architect Prompt
|
|
202
202
|
instruction: This section will contain the prompt for the Architect, keep it short and to the point to initiate create architecture mode using this document as input.
|
package/package.json
CHANGED