From df22c71879b2f22a84d8b5c3789f0128263b542d Mon Sep 17 00:00:00 2001 From: Jonah Schulte Date: Mon, 26 Jan 2026 18:29:19 -0500 Subject: [PATCH] chore: bump version to 6.0.0-Beta.3 **What's New in Beta.3:** - Fixed slash command enforcement (allows user-interactive workflows) - All enforcement fixes from craftedcall production testing - Automated learning feedback loop (Step 1b + 12) - Agent reasoning for playbook selection - All 352 tests passing **Key Fix:** User slash commands run in main context (interactive prompts work) Internal workflow calls use Task agents (fresh context) Ready for production use! --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6612bc6a..21663c7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jonahschulte/bmad-method", - "version": "6.0.0-Beta.2", + "version": "6.0.0-Beta.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jonahschulte/bmad-method", - "version": "6.0.0-Beta.2", + "version": "6.0.0-Beta.3", "license": "MIT", "dependencies": { "@clack/prompts": "^0.11.0", diff --git a/package.json b/package.json index 54c66b7b..1c882204 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@jonahschulte/bmad-method", - "version": "6.0.0-Beta.2", + "version": "6.0.0-Beta.3", "description": "Breakthrough Method of Agile AI-driven Development (Enhanced with TDD, intelligent multi-agent review, and production-hardened enforcement)", "keywords": [ "agile",