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:
parent
1636bd5a55
commit
dbdaae1be7
|
|
@ -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)
|
- `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_changed_files` discovered via git commands (or NO_GIT if not a git repo)
|
||||||
- `git_discrepancies` calculated
|
- `git_discrepancies` calculated
|
||||||
- Explicit NEXT directive provided
|
|
||||||
|
|
||||||
**If any criterion is not met:** Report to the user and HALT the workflow.
|
**If any criterion is not met:** Report to the user and HALT the workflow.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue