Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4b75a1417f | ||
|
|
2b247ea385 | ||
|
|
925099dd8c | ||
|
|
a19561a16c |
@@ -75,8 +75,6 @@ This makes it easy to benefit from the latest improvements, bug fixes, and new a
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx bmad-method install
|
npx bmad-method install
|
||||||
# OR explicitly use stable tag:
|
|
||||||
npx bmad-method@stable install
|
|
||||||
# OR if you already have BMad installed:
|
# OR if you already have BMad installed:
|
||||||
git pull
|
git pull
|
||||||
npm run install:bmad
|
npm run install:bmad
|
||||||
|
|||||||
@@ -101,10 +101,10 @@ dependencies:
|
|||||||
- project-brief-tmpl.yaml
|
- project-brief-tmpl.yaml
|
||||||
- story-tmpl.yaml
|
- story-tmpl.yaml
|
||||||
workflows:
|
workflows:
|
||||||
- brownfield-fullstack.md
|
- brownfield-fullstack.yaml
|
||||||
- brownfield-service.md
|
- brownfield-service.yaml
|
||||||
- brownfield-ui.md
|
- brownfield-ui.yaml
|
||||||
- greenfield-fullstack.md
|
- greenfield-fullstack.yaml
|
||||||
- greenfield-service.md
|
- greenfield-service.yaml
|
||||||
- greenfield-ui.md
|
- greenfield-ui.yaml
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -109,8 +109,8 @@ sections:
|
|||||||
- **UI/UX Consistency:** {{ui_compatibility}}
|
- **UI/UX Consistency:** {{ui_compatibility}}
|
||||||
- **Performance Impact:** {{performance_constraints}}
|
- **Performance Impact:** {{performance_constraints}}
|
||||||
|
|
||||||
- id: tech-stack-alignment
|
- id: tech-stack
|
||||||
title: Tech Stack Alignment
|
title: Tech Stack
|
||||||
instruction: |
|
instruction: |
|
||||||
Ensure new components align with existing technology choices:
|
Ensure new components align with existing technology choices:
|
||||||
|
|
||||||
@@ -272,8 +272,8 @@ sections:
|
|||||||
|
|
||||||
**Error Handling:** {{error_handling_strategy}}
|
**Error Handling:** {{error_handling_strategy}}
|
||||||
|
|
||||||
- id: source-tree-integration
|
- id: source-tree
|
||||||
title: Source Tree Integration
|
title: Source Tree
|
||||||
instruction: |
|
instruction: |
|
||||||
Define how new code will integrate with existing project structure:
|
Define how new code will integrate with existing project structure:
|
||||||
|
|
||||||
@@ -342,7 +342,7 @@ sections:
|
|||||||
**Monitoring:** {{monitoring_approach}}
|
**Monitoring:** {{monitoring_approach}}
|
||||||
|
|
||||||
- id: coding-standards
|
- id: coding-standards
|
||||||
title: Coding Standards and Conventions
|
title: Coding Standards
|
||||||
instruction: |
|
instruction: |
|
||||||
Ensure new code follows existing project conventions:
|
Ensure new code follows existing project conventions:
|
||||||
|
|
||||||
|
|||||||
10
dist/agents/architect.txt
vendored
10
dist/agents/architect.txt
vendored
@@ -1698,8 +1698,8 @@ sections:
|
|||||||
- **UI/UX Consistency:** {{ui_compatibility}}
|
- **UI/UX Consistency:** {{ui_compatibility}}
|
||||||
- **Performance Impact:** {{performance_constraints}}
|
- **Performance Impact:** {{performance_constraints}}
|
||||||
|
|
||||||
- id: tech-stack-alignment
|
- id: tech-stack
|
||||||
title: Tech Stack Alignment
|
title: Tech Stack
|
||||||
instruction: |
|
instruction: |
|
||||||
Ensure new components align with existing technology choices:
|
Ensure new components align with existing technology choices:
|
||||||
|
|
||||||
@@ -1861,8 +1861,8 @@ sections:
|
|||||||
|
|
||||||
**Error Handling:** {{error_handling_strategy}}
|
**Error Handling:** {{error_handling_strategy}}
|
||||||
|
|
||||||
- id: source-tree-integration
|
- id: source-tree
|
||||||
title: Source Tree Integration
|
title: Source Tree
|
||||||
instruction: |
|
instruction: |
|
||||||
Define how new code will integrate with existing project structure:
|
Define how new code will integrate with existing project structure:
|
||||||
|
|
||||||
@@ -1931,7 +1931,7 @@ sections:
|
|||||||
**Monitoring:** {{monitoring_approach}}
|
**Monitoring:** {{monitoring_approach}}
|
||||||
|
|
||||||
- id: coding-standards
|
- id: coding-standards
|
||||||
title: Coding Standards and Conventions
|
title: Coding Standards
|
||||||
instruction: |
|
instruction: |
|
||||||
Ensure new code follows existing project conventions:
|
Ensure new code follows existing project conventions:
|
||||||
|
|
||||||
|
|||||||
22
dist/agents/bmad-master.txt
vendored
22
dist/agents/bmad-master.txt
vendored
@@ -117,12 +117,12 @@ dependencies:
|
|||||||
- project-brief-tmpl.yaml
|
- project-brief-tmpl.yaml
|
||||||
- story-tmpl.yaml
|
- story-tmpl.yaml
|
||||||
workflows:
|
workflows:
|
||||||
- brownfield-fullstack.md
|
- brownfield-fullstack.yaml
|
||||||
- brownfield-service.md
|
- brownfield-service.yaml
|
||||||
- brownfield-ui.md
|
- brownfield-ui.yaml
|
||||||
- greenfield-fullstack.md
|
- greenfield-fullstack.yaml
|
||||||
- greenfield-service.md
|
- greenfield-service.yaml
|
||||||
- greenfield-ui.md
|
- greenfield-ui.yaml
|
||||||
```
|
```
|
||||||
==================== END: .bmad-core/agents/bmad-master.md ====================
|
==================== END: .bmad-core/agents/bmad-master.md ====================
|
||||||
|
|
||||||
@@ -2916,8 +2916,8 @@ sections:
|
|||||||
- **UI/UX Consistency:** {{ui_compatibility}}
|
- **UI/UX Consistency:** {{ui_compatibility}}
|
||||||
- **Performance Impact:** {{performance_constraints}}
|
- **Performance Impact:** {{performance_constraints}}
|
||||||
|
|
||||||
- id: tech-stack-alignment
|
- id: tech-stack
|
||||||
title: Tech Stack Alignment
|
title: Tech Stack
|
||||||
instruction: |
|
instruction: |
|
||||||
Ensure new components align with existing technology choices:
|
Ensure new components align with existing technology choices:
|
||||||
|
|
||||||
@@ -3079,8 +3079,8 @@ sections:
|
|||||||
|
|
||||||
**Error Handling:** {{error_handling_strategy}}
|
**Error Handling:** {{error_handling_strategy}}
|
||||||
|
|
||||||
- id: source-tree-integration
|
- id: source-tree
|
||||||
title: Source Tree Integration
|
title: Source Tree
|
||||||
instruction: |
|
instruction: |
|
||||||
Define how new code will integrate with existing project structure:
|
Define how new code will integrate with existing project structure:
|
||||||
|
|
||||||
@@ -3149,7 +3149,7 @@ sections:
|
|||||||
**Monitoring:** {{monitoring_approach}}
|
**Monitoring:** {{monitoring_approach}}
|
||||||
|
|
||||||
- id: coding-standards
|
- id: coding-standards
|
||||||
title: Coding Standards and Conventions
|
title: Coding Standards
|
||||||
instruction: |
|
instruction: |
|
||||||
Ensure new code follows existing project conventions:
|
Ensure new code follows existing project conventions:
|
||||||
|
|
||||||
|
|||||||
10
dist/teams/team-all.txt
vendored
10
dist/teams/team-all.txt
vendored
@@ -4628,8 +4628,8 @@ sections:
|
|||||||
- **UI/UX Consistency:** {{ui_compatibility}}
|
- **UI/UX Consistency:** {{ui_compatibility}}
|
||||||
- **Performance Impact:** {{performance_constraints}}
|
- **Performance Impact:** {{performance_constraints}}
|
||||||
|
|
||||||
- id: tech-stack-alignment
|
- id: tech-stack
|
||||||
title: Tech Stack Alignment
|
title: Tech Stack
|
||||||
instruction: |
|
instruction: |
|
||||||
Ensure new components align with existing technology choices:
|
Ensure new components align with existing technology choices:
|
||||||
|
|
||||||
@@ -4791,8 +4791,8 @@ sections:
|
|||||||
|
|
||||||
**Error Handling:** {{error_handling_strategy}}
|
**Error Handling:** {{error_handling_strategy}}
|
||||||
|
|
||||||
- id: source-tree-integration
|
- id: source-tree
|
||||||
title: Source Tree Integration
|
title: Source Tree
|
||||||
instruction: |
|
instruction: |
|
||||||
Define how new code will integrate with existing project structure:
|
Define how new code will integrate with existing project structure:
|
||||||
|
|
||||||
@@ -4861,7 +4861,7 @@ sections:
|
|||||||
**Monitoring:** {{monitoring_approach}}
|
**Monitoring:** {{monitoring_approach}}
|
||||||
|
|
||||||
- id: coding-standards
|
- id: coding-standards
|
||||||
title: Coding Standards and Conventions
|
title: Coding Standards
|
||||||
instruction: |
|
instruction: |
|
||||||
Ensure new code follows existing project conventions:
|
Ensure new code follows existing project conventions:
|
||||||
|
|
||||||
|
|||||||
10
dist/teams/team-fullstack.txt
vendored
10
dist/teams/team-fullstack.txt
vendored
@@ -6513,8 +6513,8 @@ sections:
|
|||||||
- **UI/UX Consistency:** {{ui_compatibility}}
|
- **UI/UX Consistency:** {{ui_compatibility}}
|
||||||
- **Performance Impact:** {{performance_constraints}}
|
- **Performance Impact:** {{performance_constraints}}
|
||||||
|
|
||||||
- id: tech-stack-alignment
|
- id: tech-stack
|
||||||
title: Tech Stack Alignment
|
title: Tech Stack
|
||||||
instruction: |
|
instruction: |
|
||||||
Ensure new components align with existing technology choices:
|
Ensure new components align with existing technology choices:
|
||||||
|
|
||||||
@@ -6676,8 +6676,8 @@ sections:
|
|||||||
|
|
||||||
**Error Handling:** {{error_handling_strategy}}
|
**Error Handling:** {{error_handling_strategy}}
|
||||||
|
|
||||||
- id: source-tree-integration
|
- id: source-tree
|
||||||
title: Source Tree Integration
|
title: Source Tree
|
||||||
instruction: |
|
instruction: |
|
||||||
Define how new code will integrate with existing project structure:
|
Define how new code will integrate with existing project structure:
|
||||||
|
|
||||||
@@ -6746,7 +6746,7 @@ sections:
|
|||||||
**Monitoring:** {{monitoring_approach}}
|
**Monitoring:** {{monitoring_approach}}
|
||||||
|
|
||||||
- id: coding-standards
|
- id: coding-standards
|
||||||
title: Coding Standards and Conventions
|
title: Coding Standards
|
||||||
instruction: |
|
instruction: |
|
||||||
Ensure new code follows existing project conventions:
|
Ensure new code follows existing project conventions:
|
||||||
|
|
||||||
|
|||||||
10
dist/teams/team-no-ui.txt
vendored
10
dist/teams/team-no-ui.txt
vendored
@@ -6050,8 +6050,8 @@ sections:
|
|||||||
- **UI/UX Consistency:** {{ui_compatibility}}
|
- **UI/UX Consistency:** {{ui_compatibility}}
|
||||||
- **Performance Impact:** {{performance_constraints}}
|
- **Performance Impact:** {{performance_constraints}}
|
||||||
|
|
||||||
- id: tech-stack-alignment
|
- id: tech-stack
|
||||||
title: Tech Stack Alignment
|
title: Tech Stack
|
||||||
instruction: |
|
instruction: |
|
||||||
Ensure new components align with existing technology choices:
|
Ensure new components align with existing technology choices:
|
||||||
|
|
||||||
@@ -6213,8 +6213,8 @@ sections:
|
|||||||
|
|
||||||
**Error Handling:** {{error_handling_strategy}}
|
**Error Handling:** {{error_handling_strategy}}
|
||||||
|
|
||||||
- id: source-tree-integration
|
- id: source-tree
|
||||||
title: Source Tree Integration
|
title: Source Tree
|
||||||
instruction: |
|
instruction: |
|
||||||
Define how new code will integrate with existing project structure:
|
Define how new code will integrate with existing project structure:
|
||||||
|
|
||||||
@@ -6283,7 +6283,7 @@ sections:
|
|||||||
**Monitoring:** {{monitoring_approach}}
|
**Monitoring:** {{monitoring_approach}}
|
||||||
|
|
||||||
- id: coding-standards
|
- id: coding-standards
|
||||||
title: Coding Standards and Conventions
|
title: Coding Standards
|
||||||
instruction: |
|
instruction: |
|
||||||
Ensure new code follows existing project conventions:
|
Ensure new code follows existing project conventions:
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://json.schemastore.org/package.json",
|
"$schema": "https://json.schemastore.org/package.json",
|
||||||
"name": "bmad-method",
|
"name": "bmad-method",
|
||||||
"version": "4.44.0",
|
"version": "4.43.1",
|
||||||
"description": "Breakthrough Method of Agile AI-driven Development",
|
"description": "Breakthrough Method of Agile AI-driven Development",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"agile",
|
"agile",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bmad-method",
|
"name": "bmad-method",
|
||||||
"version": "4.44.0",
|
"version": "4.43.1",
|
||||||
"description": "BMad Method installer - AI-powered Agile development framework",
|
"description": "BMad Method installer - AI-powered Agile development framework",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"bmad",
|
"bmad",
|
||||||
|
|||||||
Reference in New Issue
Block a user