refactor(code-review): remove NEXT directive from completion checklist

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 <noreply@anthropic.com>
This commit is contained in:
Alex Verkhovsky 2026-01-05 06:34:33 -08:00
parent 1636bd5a55
commit dbdaae1be7
1 changed files with 0 additions and 1 deletions

View File

@ -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.