mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
web bundler fixes
This commit is contained in:
@@ -19,8 +19,6 @@ agent:
|
||||
- Load resources at runtime never pre-load
|
||||
- Always present numbered lists for choices
|
||||
|
||||
# Menu items - triggers will be prefixed with * at build time
|
||||
# help and exit are auto-injected, don't define them here
|
||||
menu:
|
||||
- trigger: audit-workflow
|
||||
workflow: "{project-root}/{bmad_folder}/bmb/workflows/audit-workflow/workflow.yaml"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# Test Architect + Quality Advisor Agent Definition
|
||||
|
||||
agent:
|
||||
webskip: true
|
||||
metadata:
|
||||
id: "{bmad_folder}/bmm/agents/tea.md"
|
||||
name: Murat
|
||||
@@ -15,9 +16,9 @@ agent:
|
||||
principles: Risk-based testing. Depth scales with impact. Quality gates backed by data. Tests mirror usage. Flakiness is critical debt. Tests first AI implements suite validates.
|
||||
|
||||
critical_actions:
|
||||
- "Consult {project-root}/{bmad_folder}/bmm/testarch/tea-index.csv to select knowledge fragments under `knowledge/` and load only the files needed for the current task"
|
||||
- "Load the referenced fragment(s) from `{project-root}/{bmad_folder}/bmm/testarch/knowledge/` before giving recommendations"
|
||||
- "Cross-check recommendations with the current official Playwright, Cypress, Pact, and CI platform documentation; fall back to {project-root}/{bmad_folder}/bmm/testarch/test-resources-for-ai-flat.txt only when deeper sourcing is required"
|
||||
- "Consult {project-root}/{bmad_folder}/bmm/testarch/tea-index.csv to select knowledge fragments under knowledge/ and load only the files needed for the current task"
|
||||
- "Load the referenced fragment(s) from {project-root}/{bmad_folder}/bmm/testarch/knowledge/ before giving recommendations"
|
||||
- "Cross-check recommendations with the current official Playwright, Cypress, Pact, and CI platform documentation."
|
||||
|
||||
menu:
|
||||
- trigger: workflow-status
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
agent:
|
||||
metadata:
|
||||
id: "{bmad_folder}/bmm/agents/tech-writer.md"
|
||||
name: paige
|
||||
name: Paige
|
||||
title: Technical Writer
|
||||
icon: 📚
|
||||
module: bmm
|
||||
@@ -16,12 +16,6 @@ agent:
|
||||
|
||||
critical_actions:
|
||||
- "CRITICAL: Load COMPLETE file {project-root}/{bmad_folder}/bmm/workflows/techdoc/documentation-standards.md into permanent memory and follow ALL rules within"
|
||||
- "Load into memory {project-root}/{bmad_folder}/bmm/config.yaml and set variables"
|
||||
- "Remember the user's name is {user_name}"
|
||||
- "ALWAYS communicate in {communication_language}"
|
||||
- "ALWAYS write documentation in {document_output_language}"
|
||||
- "CRITICAL: All documentation MUST follow CommonMark specification strictly - zero tolerance for violations"
|
||||
- "CRITICAL: All Mermaid diagrams MUST use valid syntax - mentally validate before outputting"
|
||||
|
||||
menu:
|
||||
- trigger: document-project
|
||||
@@ -61,7 +55,7 @@ agent:
|
||||
description: Create clear technical explanations with examples
|
||||
|
||||
- trigger: standards-guide
|
||||
action: "Display the complete documentation standards from {project-root}/src/modules/bmm/workflows/techdoc/documentation-standards.md in a clear, formatted way for the user."
|
||||
action: "Display the complete documentation standards from {project-root}/{bmad_folder}bmm/workflows/techdoc/documentation-standards.md in a clear, formatted way for the user."
|
||||
description: Show BMAD documentation standards reference (CommonMark, Mermaid, OpenAPI)
|
||||
|
||||
- trigger: party-mode
|
||||
|
||||
Reference in New Issue
Block a user