From dbdaae1be78600d119f9713628267af3768e7fe0 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Mon, 5 Jan 2026 06:34:33 -0800 Subject: [PATCH] refactor(code-review): remove NEXT directive from completion checklist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The checklist validates work done DURING step execution. The NEXT directive is OUTPUT of completion, not a validation criterion. It happens AFTER the checklist passes, so it does not belong there. 🤖 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 | 1 - 1 file changed, 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 828345bb..aa106933 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 @@ -107,7 +107,6 @@ Before proceeding to the next step, verify ALL of the following: - `story_file_list` compiled from Dev Agent Record (or NO_FILE_LIST if not found) - `git_changed_files` discovered via git commands (or NO_GIT if not a git repo) - `git_discrepancies` calculated -- Explicit NEXT directive provided **If any criterion is not met:** Report to the user and HALT the workflow.