bmad-method 6.11.1-next.24 → 6.11.1-next.25

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "bmad-method",
4
- "version": "6.11.1-next.24",
4
+ "version": "6.11.1-next.25",
5
5
  "description": "Breakthrough Method of Agile AI-driven Development",
6
6
  "keywords": [
7
7
  "agile",
@@ -24,13 +24,10 @@ context: [] # optional: `{project-root}/`-prefixed paths to project-wide standar
24
24
 
25
25
  ## Boundaries & Constraints
26
26
 
27
- <!-- Three tiers: Always = invariant rules. Ask First = human-gated decisions. Never = out of scope + forbidden approaches. -->
27
+ <!-- Two tiers: Always = invariant rules. Never = out of scope + forbidden approaches. -->
28
28
 
29
29
  **Always:** INVARIANT_RULES
30
30
 
31
- **Ask First:** DECISIONS_REQUIRING_HUMAN_APPROVAL
32
- <!-- Agent: if any of these trigger during execution, HALT and ask the user before proceeding. -->
33
-
34
31
  **Never:** NON_GOALS_AND_FORBIDDEN_APPROACHES
35
32
 
36
33
  ## I/O & Edge-Case Matrix
@@ -27,13 +27,10 @@ deferred: [] # append-only machine-readable deferred review findings; each item
27
27
 
28
28
  ## Boundaries & Constraints
29
29
 
30
- <!-- Three tiers: Always = invariant rules. Block If = decisions that cannot be made unattended. Never = out of scope + forbidden approaches. -->
30
+ <!-- Two tiers: Always = invariant rules. Never = out of scope + forbidden approaches. -->
31
31
 
32
32
  **Always:** INVARIANT_RULES
33
33
 
34
- **Block If:** DECISIONS_REQUIRING_HUMAN_INPUT
35
- <!-- Agent: if any of these trigger during execution, HALT with status blocked and the blocking condition. -->
36
-
37
34
  **Never:** NON_GOALS_AND_FORBIDDEN_APPROACHES
38
35
 
39
36
  ## I/O & Edge-Case Matrix