fix(bmm): remove workflow metadata and normalize refs for qa-generate-e2e-tests

Remove name/description from workflow.md (belongs in SKILL.md).
Normalize installed_path to relative. Update QA agent exec to skill URI.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alex Verkhovsky 2026-03-14 12:45:08 -06:00
parent 8ee6ed3bbf
commit 935e3d198f
2 changed files with 3 additions and 7 deletions

View File

@ -29,7 +29,7 @@ agent:
menu: menu:
- trigger: QA or fuzzy match on qa-automate - trigger: QA or fuzzy match on qa-automate
exec: "{project-root}/_bmad/bmm/workflows/bmad-qa-generate-e2e-tests/workflow.md" exec: "skill:bmad-qa-generate-e2e-tests"
description: "[QA] Automate - Generate tests for existing features (simplified)" description: "[QA] Automate - Generate tests for existing features (simplified)"
prompts: prompts:

View File

@ -1,7 +1,3 @@
name: bmad-qa-generate-e2e-tests
description: 'Generate end to end automated tests for existing features. Use when the user says "create qa automated tests for [feature]"'
---
# QA Generate E2E Tests Workflow # QA Generate E2E Tests Workflow
**Goal:** Generate automated API and E2E tests for implemented code. **Goal:** Generate automated API and E2E tests for implemented code.
@ -24,8 +20,8 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
### Paths ### Paths
- `installed_path` = `{project-root}/_bmad/bmm/workflows/bmad-qa-generate-e2e-tests` - `installed_path` = `.`
- `checklist` = `{installed_path}/checklist.md` - `checklist` = `./checklist.md`
- `test_dir` = `{project-root}/tests` - `test_dir` = `{project-root}/tests`
- `source_dir` = `{project-root}` - `source_dir` = `{project-root}`
- `default_output_file` = `{implementation_artifacts}/tests/test-summary.md` - `default_output_file` = `{implementation_artifacts}/tests/test-summary.md`