workflows indicate web_bundle file inclusions
This commit is contained in:
@@ -17,7 +17,7 @@ validation-rules:
|
||||
- [ ] All tasks and subtasks for this story are marked complete with [x]
|
||||
- [ ] Implementation aligns with every Acceptance Criterion in the story
|
||||
|
||||
## Tests & Quality
|
||||
## Tests and Quality
|
||||
|
||||
- [ ] Unit tests added/updated for core functionality changed by this story
|
||||
- [ ] Integration tests added/updated when component interactions are affected
|
||||
|
||||
@@ -51,3 +51,11 @@ execution_hints:
|
||||
interactive: false # Minimize prompts; intended to run to completion
|
||||
autonomous: true # Proceed without user input unless blocked
|
||||
iterative: true
|
||||
|
||||
web_bundle:
|
||||
name: "dev-story"
|
||||
description: "Execute a story by implementing tasks/subtasks, writing tests, validating, and updating the story file per acceptance criteria"
|
||||
author: "BMad"
|
||||
web_bundle_files:
|
||||
- "bmad/bmm/workflows/dev-story/instructions.md"
|
||||
- "bmad/bmm/workflows/dev-story/checklist.md"
|
||||
|
||||
Reference in New Issue
Block a user