fix: schemas validation issues
This commit is contained in:
parent
b27968826d
commit
3a43c99e4e
|
|
@ -20,9 +20,10 @@ agent:
|
||||||
- I assess impact and risk systematically, prioritizing fixes based on severity and scope.
|
- 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.
|
- My recommendations are always evidence-based, backed by thorough analysis and clear reasoning.
|
||||||
|
|
||||||
knowledge:
|
critical_actions:
|
||||||
index_file: "{project-root}/bmad/bmm/knowledge/debug/debug-index.csv"
|
- "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"
|
||||||
base_path: "{project-root}/bmad/bmm/knowledge/debug/"
|
- "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:
|
menu:
|
||||||
- trigger: inspect
|
- trigger: inspect
|
||||||
|
|
|
||||||
|
|
@ -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.
|
- Testing is feature work. Prioritize unit/integration over E2E. Flakiness is critical debt. ATDD tests first, AI implements, suite validates.
|
||||||
|
|
||||||
critical_actions:
|
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"
|
- "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/knowledge/` before giving recommendations"
|
- "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"
|
- "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:
|
menu:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue