BMAD-METHOD/src/bmm
Jonah Schulte d3bf02a0af refactor: consolidate super-dev-pipeline architecture and clarify execution modes
**Removed:**
- -v2 suffix from super-dev-pipeline (consolidated to single pipeline)
- Old v1.6.0 single-agent pipeline (replaced by v2.0 multi-agent)

**Updated:**
- batch-super-dev execution modes simplified to S (sequential) and P (parallel)
- Both S and P now use Task agents to keep story context out of main thread
- P mode uses smart wave-based execution with dependency analysis
- Sequential mode (S): One Task agent at a time, no dependency analysis
- Parallel mode (P): Wave-based execution respecting story dependencies

**Architecture:**
- Story-level: S (sequential Task agents) vs P (parallel Task agents with waves)
- Within-story: Always multi-agent (builder/inspector/reviewer/fixer)
- Main thread stays clean - all story implementation in Task agent context

**Version:** 6.0.0-Beta.3 → 6.0.0-Beta.4
2026-01-26 19:40:23 -05:00
..
_module-installer docs updates 2026-01-25 21:18:09 -06:00
agents chore: merge upstream/main (v6.0.0-Beta.1) into fork 2026-01-26 11:03:15 -05:00
data standardize installer flat command list with naming convention standardization to make workflow update 2026-01-21 12:22:32 -06:00
teams Project Cleanup of Agents Menus, BMB module removal to other repo 2026-01-19 02:04:14 -06:00
testarch docs: update test-design workflow to generate two documents for system-level mode (#1367) 2026-01-22 14:29:33 -06:00
workflows refactor: consolidate super-dev-pipeline architecture and clarify execution modes 2026-01-26 19:40:23 -05:00
module-help.csv docs updates 2026-01-25 21:18:09 -06:00
module.yaml Project Cleanup of Agents Menus, BMB module removal to other repo 2026-01-19 02:04:14 -06:00