bmad-method 6.3.1-next.0 → 6.3.1-next.1
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
|
@@ -10,6 +10,7 @@ failed_layers: '' # set at runtime: comma-separated list of layers that failed o
|
|
|
10
10
|
- The Blind Hunter subagent receives NO project context — diff only.
|
|
11
11
|
- The Edge Case Hunter subagent receives diff and project read access.
|
|
12
12
|
- The Acceptance Auditor subagent receives diff, spec, and context docs.
|
|
13
|
+
- All review subagents must run at the same model capability as the current session.
|
|
13
14
|
|
|
14
15
|
## INSTRUCTIONS
|
|
15
16
|
|
|
@@ -9,6 +9,7 @@ specLoopIteration: 1
|
|
|
9
9
|
|
|
10
10
|
- YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `{communication_language}`
|
|
11
11
|
- Review subagents get NO conversation context.
|
|
12
|
+
- All review subagents must run at the same model capability as the current session.
|
|
12
13
|
|
|
13
14
|
## INSTRUCTIONS
|
|
14
15
|
|
|
@@ -17,7 +17,7 @@ Implement the clarified intent directly.
|
|
|
17
17
|
|
|
18
18
|
### Review
|
|
19
19
|
|
|
20
|
-
Invoke the `bmad-review-adversarial-general` skill in a subagent with the changed files. The subagent gets NO conversation context — to avoid anchoring bias. If no sub-agents are available, write the changed files to a review prompt file in `{implementation_artifacts}` and HALT. Ask the human to run the review in a separate session and paste back the findings.
|
|
20
|
+
Invoke the `bmad-review-adversarial-general` skill in a subagent with the changed files. The subagent gets NO conversation context — to avoid anchoring bias. Launch at the same model capability as the current session. If no sub-agents are available, write the changed files to a review prompt file in `{implementation_artifacts}` and HALT. Ask the human to run the review in a separate session and paste back the findings.
|
|
21
21
|
|
|
22
22
|
### Classify
|
|
23
23
|
|