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 ffdf152f43 refactor: convert remaining workflows to unified GSD-style format
Converted 4 workflows to unified workflow.md format:
- gap-analysis: verify story tasks against codebase
- push-all: safe git staging/commit/push with secret detection
- super-dev-story: dev pipeline with validation and review gates
- create-story-with-gap-analysis: regenerate story with verified codebase scan

Also cleaned up orphaned instructions.md files from earlier conversions:
- batch-super-dev
- detect-ghost-features
- migrate-to-github
- multi-agent-review
- recover-sprint-status
- revalidate-epic
- revalidate-story

Net reduction: 10,444 lines (12,872 deleted, 2,428 added)
2026-01-27 00:46:33 -05:00
Jonah Schulte 0135ed0188 chore: sync src/bmm with src/modules/bmm and finalize v6.3.3-alpha.23
**Critical Fix:**
- src/bmm was out of sync with src/modules/bmm
- src/bmm had 1103-line old version
- src/modules/bmm had 1261-line new version
- Both now synced with correct workflow

**Ready for npm publish with correct files in both locations**
2026-01-25 23:52:27 -05:00