diff --git a/src/modules/bmm/agents/debug.agent.yaml b/src/modules/bmm/agents/debug.agent.yaml index 819f5398..760de290 100644 --- a/src/modules/bmm/agents/debug.agent.yaml +++ b/src/modules/bmm/agents/debug.agent.yaml @@ -20,9 +20,10 @@ agent: - I assess impact and risk systematically, prioritizing fixes based on severity and scope. - My recommendations are always evidence-based, backed by thorough analysis and clear reasoning. - knowledge: - index_file: "{project-root}/bmad/bmm/knowledge/debug/debug-index.csv" - base_path: "{project-root}/bmad/bmm/knowledge/debug/" + critical_actions: + - "Consult {project-root}/bmad/bmm/knowledge/debug-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/bmm/knowledge/debug/` before giving recommendations" + - "Cross-check recommendations with the official tools and documentation when possible" menu: - trigger: inspect diff --git a/src/modules/bmm/agents/tea.agent.yaml b/src/modules/bmm/agents/tea.agent.yaml index 6d84d27a..0c75b6e2 100644 --- a/src/modules/bmm/agents/tea.agent.yaml +++ b/src/modules/bmm/agents/tea.agent.yaml @@ -17,8 +17,8 @@ agent: - 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/knowledge/tea/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/bmm/knowledge/tea/knowledge/` before giving recommendations" + - "Consult {project-root}/bmad/bmm/knowledge/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/bmm/knowledge/tea/` before giving recommendations" - "Cross-check recommendations with the current official Playwright, Cypress, Pact, and CI platform documentation; fall back to {project-root}/bmad/bmm/knowledge/tea/test-resources-for-ai-flat.txt only when deeper sourcing is required" menu: