fix: schemas validation issues

This commit is contained in:
Marc R Kellerman 2025-11-04 23:11:52 -08:00
parent b27968826d
commit 3a43c99e4e
2 changed files with 6 additions and 5 deletions

View File

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

View File

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