BMAD-METHOD/src/bmm-skills/4-implementation/bmad-code-review
PinkyD fdd65dc3d9
fix(skills): pass diff output inline to the blind-hunter reviewer (#2463)
The Blind Hunter subagent intentionally has no tool access, but the
review steps never said how {diff_output} should be delivered. Orchestrators
typically wrote the diff to a temp file and asked the agent to read it,
which silently fails (0 tool calls), and the 10-finding requirement then
pushes the agent to hallucinate findings against code it never saw.

State explicitly that the diff is passed inline in the subagent prompt,
in both bmad-code-review step 2 and bmad-quick-dev step 4.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-06-10 11:23:26 -05:00
..
steps fix(skills): pass diff output inline to the blind-hunter reviewer (#2463) 2026-06-10 11:23:26 -05:00
SKILL.md fix: clarify quick dev subagent use (#2450) 2026-06-04 04:49:40 -07:00
customize.toml feat: uniform customize.toml support across all BMM workflows (#2308) 2026-04-24 17:45:25 -05:00