Compare commits

..

1 Commits

Author SHA1 Message Date
github-actions[bot]
aafe415453 release: bump to v4.44.0 2025-09-06 23:32:17 +00:00
10 changed files with 46 additions and 44 deletions

View File

@@ -75,6 +75,8 @@ 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

View File

@@ -101,10 +101,10 @@ dependencies:
- project-brief-tmpl.yaml - project-brief-tmpl.yaml
- story-tmpl.yaml - story-tmpl.yaml
workflows: workflows:
- brownfield-fullstack.yaml - brownfield-fullstack.md
- brownfield-service.yaml - brownfield-service.md
- brownfield-ui.yaml - brownfield-ui.md
- greenfield-fullstack.yaml - greenfield-fullstack.md
- greenfield-service.yaml - greenfield-service.md
- greenfield-ui.yaml - greenfield-ui.md
``` ```

View File

@@ -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 - id: tech-stack-alignment
title: Tech Stack title: Tech Stack Alignment
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 - id: source-tree-integration
title: Source Tree title: Source Tree Integration
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 title: Coding Standards and Conventions
instruction: | instruction: |
Ensure new code follows existing project conventions: Ensure new code follows existing project conventions:

View File

@@ -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 - id: tech-stack-alignment
title: Tech Stack title: Tech Stack Alignment
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 - id: source-tree-integration
title: Source Tree title: Source Tree Integration
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 title: Coding Standards and Conventions
instruction: | instruction: |
Ensure new code follows existing project conventions: Ensure new code follows existing project conventions:

View File

@@ -117,12 +117,12 @@ dependencies:
- project-brief-tmpl.yaml - project-brief-tmpl.yaml
- story-tmpl.yaml - story-tmpl.yaml
workflows: workflows:
- brownfield-fullstack.yaml - brownfield-fullstack.md
- brownfield-service.yaml - brownfield-service.md
- brownfield-ui.yaml - brownfield-ui.md
- greenfield-fullstack.yaml - greenfield-fullstack.md
- greenfield-service.yaml - greenfield-service.md
- greenfield-ui.yaml - greenfield-ui.md
``` ```
==================== 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 - id: tech-stack-alignment
title: Tech Stack title: Tech Stack Alignment
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 - id: source-tree-integration
title: Source Tree title: Source Tree Integration
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 title: Coding Standards and Conventions
instruction: | instruction: |
Ensure new code follows existing project conventions: Ensure new code follows existing project conventions:

View File

@@ -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 - id: tech-stack-alignment
title: Tech Stack title: Tech Stack Alignment
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 - id: source-tree-integration
title: Source Tree title: Source Tree Integration
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 title: Coding Standards and Conventions
instruction: | instruction: |
Ensure new code follows existing project conventions: Ensure new code follows existing project conventions:

View File

@@ -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 - id: tech-stack-alignment
title: Tech Stack title: Tech Stack Alignment
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 - id: source-tree-integration
title: Source Tree title: Source Tree Integration
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 title: Coding Standards and Conventions
instruction: | instruction: |
Ensure new code follows existing project conventions: Ensure new code follows existing project conventions:

View File

@@ -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 - id: tech-stack-alignment
title: Tech Stack title: Tech Stack Alignment
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 - id: source-tree-integration
title: Source Tree title: Source Tree Integration
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 title: Coding Standards and Conventions
instruction: | instruction: |
Ensure new code follows existing project conventions: Ensure new code follows existing project conventions:

View File

@@ -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.43.1", "version": "4.44.0",
"description": "Breakthrough Method of Agile AI-driven Development", "description": "Breakthrough Method of Agile AI-driven Development",
"keywords": [ "keywords": [
"agile", "agile",

View File

@@ -1,6 +1,6 @@
{ {
"name": "bmad-method", "name": "bmad-method",
"version": "4.43.1", "version": "4.44.0",
"description": "BMad Method installer - AI-powered Agile development framework", "description": "BMad Method installer - AI-powered Agile development framework",
"keywords": [ "keywords": [
"bmad", "bmad",