From e2d9d35ce91f852f0a04f62afc1fa4fbe64832d8 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Thu, 11 Dec 2025 15:42:52 -0700 Subject: [PATCH] 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. --- .../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}}