BMAD-METHOD/bmad-core
Mark Pundsack d0cf44ad6b fix: correct status terminology to match story template
Fixes agents setting invalid status values that don't match the
story-tmpl.yaml choices.

**Problem:**
- story-tmpl.yaml defines valid status choices as:
  [Draft, Approved, InProgress, Review, Done]
- dev.md completion instructed to set status: 'Ready for Review'
- apply-qa-fixes.md instructed to set status: 'Ready for Done' or 'Ready for Review'
- These values don't match the valid choices, causing errors

**Solution:**
- dev.md: 'Ready for Review' → 'Review'
- apply-qa-fixes.md: 'Ready for Done' → 'Done', 'Ready for Review' → 'Review'

This ensures agents only set valid status values defined in the story template.
2025-10-01 12:08:38 -05:00
..
agent-teams fix: documentation and trademark updates 2025-08-17 19:23:50 -05:00
agents fix: correct status terminology to match story template 2025-10-01 12:08:38 -05:00
checklists fix: BMAD Brownfield Document Naming Inconsistency Bug (#627) 2025-09-19 18:08:31 -05:00
data feat(opencode): add JSON-only integration and compact AGENTS.md generator (#570) 2025-09-11 17:44:41 -05:00
tasks fix: correct status terminology to match story template 2025-10-01 12:08:38 -05:00
templates fix: BMAD Brownfield Document Naming Inconsistency Bug (#627) 2025-09-19 18:08:31 -05:00
workflows feat: add PR validation workflow and contribution checks 2025-08-31 20:30:52 -05:00
core-config.yaml fix: documentation and trademark updates 2025-08-17 19:23:50 -05:00