From 6cc54d47c5af17c785b0d01c127cec9c9855665a Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Wed, 10 Dec 2025 07:46:50 -0700 Subject: [PATCH] fix(bmm): improve code review completion message 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. --- .../bmm/workflows/4-implementation/code-review/instructions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/bmm/workflows/4-implementation/code-review/instructions.xml b/src/modules/bmm/workflows/4-implementation/code-review/instructions.xml index cc45c49d..3c5a69e6 100644 --- a/src/modules/bmm/workflows/4-implementation/code-review/instructions.xml +++ b/src/modules/bmm/workflows/4-implementation/code-review/instructions.xml @@ -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}}