chore: bump version to 6.0.0-Beta.2

**What's New in Beta.2:**

Builds on Beta.1 with critical enforcement fixes and learning feedback loop.

**From craftedcall production testing:**
- workflow.xml: Mandatory Task agent delegation (prevents context degradation)
- step-enforcement.xml: Centralized enforcement rules
- workflow-executor.md: Dedicated workflow execution agent
- ALL-STEPS-EMBEDDED.md: All steps in one file (prevents skipping)
- Per-task checkbox enforcement with auto-fix retry
- Pre-commit verification with auto-populate
- ONE canonical filename format

**From GSDMAD development:**
- Automated learning feedback loop (Step 1b + 12)
- Agent reasoning for playbook selection
- Self-reflection for pattern extraction
- Playbook system (Phase 1: markdown + frontmatter)

All 352 tests passing. Production-ready.
This commit is contained in:
Jonah Schulte 2026-01-26 16:46:50 -05:00
parent 8df0378a4a
commit 6b8a9a0519
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@jonahschulte/bmad-method", "name": "@jonahschulte/bmad-method",
"version": "6.0.0-Beta.1", "version": "6.0.0-Beta.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@jonahschulte/bmad-method", "name": "@jonahschulte/bmad-method",
"version": "6.0.0-Beta.1", "version": "6.0.0-Beta.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@clack/prompts": "^0.11.0", "@clack/prompts": "^0.11.0",

View File

@ -1,7 +1,7 @@
{ {
"$schema": "https://json.schemastore.org/package.json", "$schema": "https://json.schemastore.org/package.json",
"name": "@jonahschulte/bmad-method", "name": "@jonahschulte/bmad-method",
"version": "6.0.0-Beta.1", "version": "6.0.0-Beta.2",
"description": "Breakthrough Method of Agile AI-driven Development (Enhanced with TDD, intelligent multi-agent review, and production-hardened enforcement)", "description": "Breakthrough Method of Agile AI-driven Development (Enhanced with TDD, intelligent multi-agent review, and production-hardened enforcement)",
"keywords": [ "keywords": [
"agile", "agile",