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!
This commit is contained in:
Jonah Schulte 2026-01-26 18:29:19 -05:00
parent 39f78c6412
commit df22c71879
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.2", "version": "6.0.0-Beta.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@jonahschulte/bmad-method", "name": "@jonahschulte/bmad-method",
"version": "6.0.0-Beta.2", "version": "6.0.0-Beta.3",
"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.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)", "description": "Breakthrough Method of Agile AI-driven Development (Enhanced with TDD, intelligent multi-agent review, and production-hardened enforcement)",
"keywords": [ "keywords": [
"agile", "agile",