BMAD-METHOD/src
lihang 5d5062e5d7 fix(bmm): fix workflow continuation bugs and clean up invalid references
## Bug Fixes

### 1. Workflow Continuation (lastStep not updated)
- Add lastStep update instructions to all step files:
  - PRD workflow (10 steps)
  - Product Brief workflow (4 steps)
  - UX Design workflow (12 steps)
- Add frontmatter to product-brief.template.md
- Add lastStep field to ux-design-template.md
- Fix YAML variable format in PRD step-01-init.md (quoted to prevent Prettier issues)

### 2. stepsCompleted Array Errors
- step-09-functional.md: [1-8] → [1-9]
- step-10-nonfunctional.md: [1-9] → [1-10]

### 3. Invalid Workflow References Cleanup
Remove non-existent workflow references missed in #1047:

story-context removed from:
- quick-spec-flow.md
- troubleshooting.md
- workflows-implementation.md

validate-architecture removed from:
- daily-standup.xml
- troubleshooting.md
- method-greenfield.yaml
- method-brownfield.yaml
- enterprise-greenfield.yaml
- enterprise-brownfield.yaml

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>
2025-12-07 20:56:41 +08:00
..
core rename default folder location for agent_sidecar_folder installation location 2025-12-06 21:21:03 -06:00
modules fix(bmm): fix workflow continuation bugs and clean up invalid references 2025-12-07 20:56:41 +08:00
utility feat: implement granular step-file workflow architecture with multi-menu support 2025-11-30 15:09:23 -06:00