Commit Graph

3 Commits

Author SHA1 Message Date
Jonah Schulte 2526e7c9cb refactor: rename workflows for clarity
Renamed three implementation workflows to avoid confusion:
- batch-super-dev → batch-stories (processes multiple stories)
- super-dev-pipeline → story-full-pipeline (single story with validation/review)
- story-pipeline → story-dev-only (basic TDD implementation only)

Changes include:
- Renamed workflow directories
- Updated workflow.yaml name fields and installed_path references
- Updated all cross-references in workflow.md files
- Updated state file naming conventions for clarity
- Updated references in documentation and other workflows

This naming convention eliminates pattern-matching confusion by using
completely distinct names for each workflow level.
2026-01-28 02:47:19 -05:00
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 bfd40d53eb docs: add enterprise GitHub Issues integration plan
Comprehensive plan for transforming BMAD into enterprise team coordination
platform supporting 5-15 parallel developers.

Key features:
- Story-level locking (prevents duplicate work)
- Smart cache (97% API reduction, 27x faster reads)
- Real-time progress visibility for Product Owners
- GitHub Issues as source of truth
- Zero merge conflicts through centralized coordination

Implementation: 6-8 weeks for complete system, 4-6 weeks for MVP
Risk: Low-Medium (building on proven migrate-to-github patterns)
ROI: Eliminates duplicate work, 40% PO-Dev friction reduction

Plan includes:
- 3-tier architecture (GitHub + Cache + Git)
- 4 implementation phases
- 26 new files, 5 modified files (~5,840 lines)
- Comprehensive verification strategy
- Reliability guarantees (atomic, verified, resumable)
2026-01-08 14:57:40 -05:00