Jonah Schulte
3005d5f70c
chore: merge upstream/main (v6.0.0-Beta.1) into fork
...
Merged upstream Beta.1 release while preserving fork enhancements:
**Upstream changes integrated:**
- Beta.0/Beta.1 release (transition from alpha)
- bmad-help intelligent guidance system
- Module ecosystem expansion (bmad-builder, CIS, Game Dev Studio)
- Unified installer architecture
- Windows compatibility (Inquirer.js → @clack/prompts)
- PRD workflow restoration (was accidentally deleted in 0135ed01 )
- Documentation platform improvements
**Fork enhancements preserved:**
- Production-hardened super-dev workflows (batch-super-dev, super-dev-pipeline v1 & v2)
- Vitest testing framework with UI dashboard
- Playbook system with automated learning feedback
- Multi-agent review integration
- CRITICAL enforcement for production quality
- Wave-based dependency execution
- Scoped package name (@jonahschulte/bmad-method)
- Enhanced description with TDD and review features
**Version:** Fork aligned to 6.0.0-Beta.1 (from 6.3.7-alpha.23)
**Conflict resolution:**
- Restored PRD workflow files (38 files) from upstream
- Kept platform-specific installers (claude-code.js, windsurf.js)
- Merged package.json (fork identity + vitest + upstream changes)
- Accepted upstream CHANGELOG.md
- Regenerated package-lock.json
- Fixed documentation frontmatter (5 files)
Co-authored-by: Brian (BMad) Madison <bmadison@users.noreply.github.com>
2026-01-26 11:03:15 -05:00
Jonah Schulte
5b3f3479c8
refactor: use invoke-workflow for orchestration
...
- super-dev-story now invokes dev-story, code-review, push-all
- autonomous-epic now invokes create-story, super-dev/dev-story
- Eliminated code duplication (690→283, 419→208 lines)
- Clean sequential step numbering (1,2,3,4,5)
- ~1,200 lines removed through proper orchestration
Makes workflows maintainable and follows DRY principles
2025-12-26 20:26:30 -05:00