bmad-method 6.8.1-next.4 → 6.8.1-next.6
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
|
@@ -18,7 +18,7 @@ failed_layers: '' # set at runtime: comma-separated list of layers that failed o
|
|
|
18
18
|
|
|
19
19
|
2. Launch parallel subagents without conversation context. If subagents are not available, generate prompt files in `{implementation_artifacts}` — one per reviewer role below — and HALT. Ask the user to run each in a separate session (ideally a different LLM) and paste back the findings. When findings are pasted, resume from this point and proceed to step 3.
|
|
20
20
|
|
|
21
|
-
- **Blind Hunter** — receives `{diff_output}` only. No spec, no context docs, no project access. Invoke via the `bmad-review-adversarial-general` skill.
|
|
21
|
+
- **Blind Hunter** — receives inline `{diff_output}` only. No spec, no context docs, no project access. Invoke via the `bmad-review-adversarial-general` skill.
|
|
22
22
|
|
|
23
23
|
- **Edge Case Hunter** — receives `{diff_output}` and read access to the project. Invoke via the `bmad-review-edge-case-hunter` skill.
|
|
24
24
|
|
|
@@ -25,7 +25,7 @@ Do NOT `git add` anything — this is read-only inspection.
|
|
|
25
25
|
|
|
26
26
|
Launch three subagents without conversation context. If no sub-agents are available, generate three review prompt files in `{implementation_artifacts}` — one per reviewer role below — and HALT. Ask the human to run each in a separate session (ideally a different LLM) and paste back the findings.
|
|
27
27
|
|
|
28
|
-
- **Blind hunter** — receives `{diff_output}` only. No spec, no context docs, no project access. Invoke via the `bmad-review-adversarial-general` skill.
|
|
28
|
+
- **Blind hunter** — receives inline `{diff_output}` only. No spec, no context docs, no project access. Invoke via the `bmad-review-adversarial-general` skill.
|
|
29
29
|
- **Edge case hunter** — receives `{diff_output}` and read access to the project. Invoke via the `bmad-review-edge-case-hunter` skill.
|
|
30
30
|
- **Acceptance auditor** — receives `{diff_output}`, `{spec_file}`, and read access to the project. Must also read the docs listed in `{spec_file}` frontmatter `context`. Checks for violations of acceptance criteria, rules, and principles from the spec and context docs.
|
|
31
31
|
|
|
@@ -70,6 +70,13 @@ platforms:
|
|
|
70
70
|
target_dir: .agents/skills
|
|
71
71
|
global_target_dir: ~/.codex/skills
|
|
72
72
|
|
|
73
|
+
codewhale:
|
|
74
|
+
name: "CodeWhale"
|
|
75
|
+
preferred: false
|
|
76
|
+
installer:
|
|
77
|
+
target_dir: .codewhale/skills
|
|
78
|
+
global_target_dir: ~/.codewhale/skills
|
|
79
|
+
|
|
73
80
|
codebuddy:
|
|
74
81
|
name: "CodeBuddy"
|
|
75
82
|
preferred: false
|