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 +1 -1
- package/src/bmm-skills/plan/bmad-sprint-planning/scripts/__pycache__/sprint_plan.cpython-311.pyc +0 -0
- package/src/bmm-skills/plan/bmad-sprint-planning/scripts/tests/__pycache__/test_sprint_plan.cpython-311-pytest-9.1.1.pyc +0 -0
- package/src/bmm-skills/ship/bmad-build/spec-template.md +1 -4
- package/src/bmm-skills/ship/bmad-build-auto/spec-template.md +1 -4
- package/src/bmm-skills/ship/bmad-retrospective/scripts/__pycache__/sprint_status.cpython-311.pyc +0 -0
- package/src/bmm-skills/ship/bmad-retrospective/scripts/tests/__pycache__/test_git_evidence.cpython-311-pytest-9.1.1.pyc +0 -0
- package/src/bmm-skills/ship/bmad-retrospective/scripts/tests/__pycache__/test_sprint_status.cpython-311-pytest-9.1.1.pyc +0 -0
- package/src/scripts/__pycache__/config_utils.cpython-311.pyc +0 -0
- package/src/scripts/tests/__pycache__/test_config_utils.cpython-311.pyc +0 -0
- package/src/scripts/tests/__pycache__/test_resolve_config.cpython-311.pyc +0 -0
- package/src/scripts/tests/__pycache__/test_resolve_customization.cpython-311.pyc +0 -0
package/package.json
CHANGED
package/src/bmm-skills/plan/bmad-sprint-planning/scripts/__pycache__/sprint_plan.cpython-311.pyc
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -24,13 +24,10 @@ context: [] # optional: `{project-root}/`-prefixed paths to project-wide standar
|
|
|
24
24
|
|
|
25
25
|
## Boundaries & Constraints
|
|
26
26
|
|
|
27
|
-
<!--
|
|
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
|
-
<!--
|
|
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
|
package/src/bmm-skills/ship/bmad-retrospective/scripts/__pycache__/sprint_status.cpython-311.pyc
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|