bmad-method 6.2.3-next.15 → 6.2.3-next.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -15,6 +15,8 @@ Review complete. What's the call on this {change_type}?
|
|
|
15
15
|
- **Discuss** — something's still on your mind
|
|
16
16
|
```
|
|
17
17
|
|
|
18
|
+
HALT — do not proceed until the user makes their choice.
|
|
19
|
+
|
|
18
20
|
## ACT ON DECISION
|
|
19
21
|
|
|
20
22
|
- **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.
|