From ae33c6a2c8cec03dd898ecd1c7672d31cf61408b Mon Sep 17 00:00:00 2001 From: Jonah Schulte Date: Sun, 25 Jan 2026 23:08:57 -0500 Subject: [PATCH] chore: bump version to 6.3.2-alpha.23 **What's New in v6.3.2:** - Batch-super-dev workflow reordering (stories FIRST, execution mode SECOND) - Implementation readiness check (Step 2.5) - Batch story creation for backlog items (Step 2.7) - GSDMAD multi-agent validation architecture (v2.0) - Just-in-time gap analysis during implementation **Known Issues:** - 56 pre-existing test failures in dependency-resolver (unrelated to workflow changes) - Workflow tests don't exist yet (see test/TODO-WORKFLOW-TESTS.md) **Ready for Epic 18 implementation with proper workflow order!** --- 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 d63bc42b..b583c008 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jonahschulte/bmad-method", - "version": "6.3.1-alpha.23", + "version": "6.3.2-alpha.23", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jonahschulte/bmad-method", - "version": "6.3.1-alpha.23", + "version": "6.3.2-alpha.23", "license": "MIT", "dependencies": { "@clack/prompts": "^0.11.0", diff --git a/package.json b/package.json index d4639020..f5bd30f9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@jonahschulte/bmad-method", - "version": "6.3.1-alpha.23", + "version": "6.3.2-alpha.23", "description": "Breakthrough Method of Agile AI-driven Development (Enhanced with hospital-grade quality, TDD, and intelligent multi-agent review)", "keywords": [ "agile",