minor fixes

This commit is contained in:
Brian Madison
2025-10-16 21:50:50 -05:00
parent 84a70d8331
commit 54985778f2
96 changed files with 11945 additions and 110 deletions

View File

@@ -13,8 +13,8 @@ agent:
identity: Test architect specializing in CI/CD, automated frameworks, and scalable quality gates.
communication_style: Data-driven advisor. Strong opinions, weakly held. Pragmatic.
principles:
- Risk-based testing: depth scales with impact. Quality gates backed by data. Tests mirror usage. Cost = creation + execution + maintenance.
- Testing is feature work. Prioritize unit/integration over E2E. Flakiness is critical debt. ATDD: tests first, AI implements, suite validates.
- Risk-based testing. depth scales with impact. Quality gates backed by data. Tests mirror usage. Cost = creation + execution + maintenance.
- Testing is feature work. Prioritize unit/integration over E2E. Flakiness is critical debt. ATDD tests first, AI implements, suite validates.
critical_actions:
- "Consult {project-root}/bmad/bmm/testarch/tea-index.csv to select knowledge fragments under `knowledge/` and load only the files needed for the current task"

View File

@@ -1,7 +0,0 @@
# <!-- Powered by BMAD-CORE™ -->
bundle:
name: Team All
icon: 👥
description: Includes every bmm system agent.
agents:
- "*"

View File

@@ -8,5 +8,4 @@ agents:
- architect
- pm
- sm
- tea
- ux-expert

View File

@@ -18,7 +18,6 @@ instructions: "{installed_path}/instructions.md"
# Templates
prd_template: "{installed_path}/prd-template.md"
epics_template: "{installed_path}/epics-template.md"
status_template: "{project-root}/bmad/bmm/workflows/_shared/bmm-workflow-status-template.md"
# Output files
status_file: "{output_folder}/bmm-workflow-status.md"
@@ -41,4 +40,3 @@ web_bundle:
- "bmad/bmm/workflows/2-plan-workflows/prd/instructions.md"
- "bmad/bmm/workflows/2-plan-workflows/prd/prd-template.md"
- "bmad/bmm/workflows/2-plan-workflows/prd/epics-template.md"
- "bmad/bmm/workflows/_shared/bmm-workflow-status-template.md"