BMAD-METHOD/src/bmm-skills/4-implementation/bmad-code-review/steps
Alex Verkhovsky 182550407c
fix(code-review): update sprint-status to done after review completes (#2074)
* fix(code-review): update sprint-status to done after review completes

The code-review workflow ended without updating sprint-status.yaml from
"review" to "done", leaving stories stuck in review status. The dev-story
workflow implies code-review handles this transition but it was dropped
during the v6.2.0 step-file architecture refactor.

- Add sprint_status path to workflow initialization
- Track story_key in step-01 when discovered from sprint status
- Add step-04 section 6 to update sprint-status.yaml and story file
- Add step-04 section 7 with next-step options

Closes #2043

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix(code-review): address PR review findings — split gating, story_key guard, HALT

- Split section 6 guard: story file status gated on spec_file only,
  sprint-status sync sub-gated on story_key separately
- Add conditional branch for manual choice in multi-story path so
  story_key is cleared when user declines a story selection
- Add HALT directive after Next steps menu to prevent LLM runaway

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 10:56:08 -06:00
..
step-01-gather-context.md fix(code-review): update sprint-status to done after review completes (#2074) 2026-03-20 10:56:08 -06:00
step-02-review.md fix: separate subagent launch from skill invocation in code review (#2069) 2026-03-20 01:04:51 -06:00
step-03-triage.md fix(code-review): restore actionable review output with interactive choices (#2055) 2026-03-20 01:07:04 -06:00
step-04-present.md fix(code-review): update sprint-status to done after review completes (#2074) 2026-03-20 10:56:08 -06:00