From b3643af6dc3718554e1177e0919c5152553bba08 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Mon, 5 Jan 2026 06:30:31 -0800 Subject: [PATCH] refactor(code-review): remove redundancy and clarify halt instruction MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove redundant "Do NOT proceed to the next step" (halt already means this) - Change "item" to "criterion" (more precise terminology) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Haiku 4.5 --- .../4-implementation/code-review/steps/step-01-load-story.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/bmm/workflows/4-implementation/code-review/steps/step-01-load-story.md b/src/modules/bmm/workflows/4-implementation/code-review/steps/step-01-load-story.md index b5bcd2cb..1544f917 100644 --- a/src/modules/bmm/workflows/4-implementation/code-review/steps/step-01-load-story.md +++ b/src/modules/bmm/workflows/4-implementation/code-review/steps/step-01-load-story.md @@ -117,5 +117,5 @@ Before proceeding to the next step, verify ALL of the following: - `git_discrepancies` calculated - Explicit NEXT directive provided -**If any item is not met:** Report to the user immediately and HALT the workflow. Do NOT proceed to the next step. +**If any criterion is not met:** Report to the user immediately and HALT the workflow.