BMAD-METHOD/bmad-core
kevlingo d3fd1ad531 fix(dev-agent): Ensure all tasks are assessed for complexity
This commit refactors the `implement-story-with-review` task to close a critical logic flaw.

Previously, the task-level complexity check was only performed if the entire story was already in "Review Mode." This created a blind spot where a complex task could go unreviewed if it was part of a story deemed "simple."

The workflow has been updated to a single, unified execution path:

1.  The initial story-level complexity assessment now only serves to log a general "state of caution."
2.  The task-level complexity check against `agentThresholdTask` is now **mandatory for every task in every story**, regardless of the initial mode.

This ensures that no complex task can be implemented without triggering the internal review process, making the agent's workflow more robust and reliable.
2025-06-23 12:17:04 -04:00
..
agent-teams fix: single agent install and team installation support 2025-06-16 21:26:32 -05:00
agents feat(dev-agent): Implement Self-Correcting Workflow with Memory Synthesis 2025-06-23 12:16:51 -04:00
checklists Node 20, installer improvements, agent improvements and Expansion Pack for game dev (#232) 2025-06-16 18:34:12 -05:00
data feat(dev-agent): Implement Self-Correcting Workflow with Memory Synthesis 2025-06-23 12:16:51 -04:00
tasks fix(dev-agent): Ensure all tasks are assessed for complexity 2025-06-23 12:17:04 -04:00
templates Clean up markdown nesting. (#252) 2025-06-19 16:54:47 -05:00
utils Clean up markdown nesting. (#252) 2025-06-19 16:54:47 -05:00
workflows fix: bad brownfield yml 2025-06-19 18:07:22 -05:00
core-config.yml feat(dev-agent): Implement Self-Correcting Workflow with Memory Synthesis 2025-06-23 12:16:51 -04:00