refactor(code-review): remove redundant 'immediately' from halt instruction

'Immediately' is implied by HALT. No timing choice exists.

🤖 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:33:05 -08:00
parent 53045d35b1
commit 1636bd5a55
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ Before proceeding to the next step, verify ALL of the following:
- `git_discrepancies` calculated - `git_discrepancies` calculated
- Explicit NEXT directive provided - Explicit NEXT directive provided
**If any criterion is not met:** Report to the user immediately and HALT the workflow. **If any criterion is not met:** Report to the user and HALT the workflow.
--- ---