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:
parent
53045d35b1
commit
1636bd5a55
|
|
@ -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.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue