fix(checkpoint): add explicit HALT before decision menu in wrapup step
Skill validator (STEP-04) flagged the decision menu in step-05 as missing an explicit halt instruction between presenting the menu and acting on the user's choice, risking LLM auto-advance.
This commit is contained in:
parent
7ef45d472c
commit
895e1072ac
|
|
@ -15,6 +15,8 @@ Review complete. What's the call on this {change_type}?
|
|||
- **Discuss** — something's still on your mind
|
||||
```
|
||||
|
||||
HALT — do not proceed until the user makes their choice.
|
||||
|
||||
## ACT ON DECISION
|
||||
|
||||
- **Approve**: Acknowledge briefly. If the human wants to patch something before shipping, help apply the fix interactively. If reviewing a PR, offer to approve via `gh pr review --approve` — but confirm with the human before executing, since this is a visible action on a shared resource.
|
||||
|
|
|
|||
Loading…
Reference in New Issue