web bundler fixes

This commit is contained in:
Brian Madison
2025-11-13 22:10:49 -06:00
parent aa4c7e4446
commit 7208610db8
24 changed files with 49562 additions and 19 deletions

View File

@@ -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"

View File

@@ -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

View File

@@ -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