mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-17 17:55:34 +00:00
fix(bmm): improve code review completion message (#1095)
Change "Story is ready for next work!" to "Code review complete!" The original phrasing was misleading - when a code review finishes with status "done", it means the review itself is complete and the story is marked done in tracking. However, the user may choose to do additional reviews or the story may genuinely be finished. "Code review complete" more accurately describes what actually happened without implying next steps.
This commit is contained in:
parent
82e6433b69
commit
e2d9d35ce9
@ -217,7 +217,7 @@
|
||||
**Issues Fixed:** {{fixed_count}}
|
||||
**Action Items Created:** {{action_count}}
|
||||
|
||||
{{#if new_status == "done"}}Story is ready for next work!{{else}}Address the action items and continue development.{{/if}}
|
||||
{{#if new_status == "done"}}Code review complete!{{else}}Address the action items and continue development.{{/if}}
|
||||
</output>
|
||||
</step>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user