Fix remaining workflow.yaml/xml references
This commit is contained in:
parent
2224edaa84
commit
b9bc4c3fad
|
|
@ -28,7 +28,7 @@ agent:
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
- trigger: QA or fuzzy match on qa-automate
|
- trigger: QA or fuzzy match on qa-automate
|
||||||
workflow: "{project-root}/_bmad/bmm/workflows/qa/automate/workflow.yaml"
|
workflow: "{project-root}/_bmad/bmm/workflows/qa/automate/workflow.md"
|
||||||
description: "[QA] Automate - Generate tests for existing features (simplified)"
|
description: "[QA] Automate - Generate tests for existing features (simplified)"
|
||||||
|
|
||||||
prompts:
|
prompts:
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
# Test Architect + Quality Advisor Agent Definition
|
# Test Architect + Quality Advisor Agent Definition
|
||||||
|
|
||||||
agent:
|
agent:
|
||||||
webskip: true
|
|
||||||
metadata:
|
metadata:
|
||||||
id: "_bmad/bmm/agents/tea.md"
|
id: "_bmad/bmm/agents/tea.md"
|
||||||
name: Murat
|
name: Murat
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ This step will generate content and present choices for each rule category:
|
||||||
|
|
||||||
## PROTOCOL INTEGRATION:
|
## PROTOCOL INTEGRATION:
|
||||||
|
|
||||||
- When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
|
- When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.md
|
||||||
- When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode
|
- When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode
|
||||||
- PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
|
- PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
|
||||||
- User accepts/rejects protocol changes before proceeding
|
- User accepts/rejects protocol changes before proceeding
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@ function toDashPath(relativePath) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Strip common file extensions to avoid double extensions in generated filenames
|
// Strip common file extensions to avoid double extensions in generated filenames
|
||||||
// e.g., 'create-story.xml' → 'create-story', 'workflow.yaml' → 'workflow'
|
// e.g., 'create-story.xml' → 'create-story', 'workflow.md' → 'workflow'
|
||||||
const withoutExt = relativePath.replace(/\.(md|yaml|yml|json|xml|toml)$/i, '');
|
const withoutExt = relativePath.replace(/\.(md|yaml|yml|json|xml|toml)$/i, '');
|
||||||
const parts = withoutExt.split(/[/\\]/);
|
const parts = withoutExt.split(/[/\\]/);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue