From 82f16adf7a21b58acd1c1967f0c02fb1d64e7994 Mon Sep 17 00:00:00 2001 From: Jonah Schulte Date: Sun, 25 Jan 2026 19:28:54 -0500 Subject: [PATCH] chore: bump version to 6.2.0-alpha.23 Version scheme: - 6.2.0 = fork feature version (hospital-grade workflow enhancements) - alpha.23 = upstream version aligned with (easy tracking of how far behind upstream) Features in 6.2.0: - Complete a-k workflow (11 steps) - Hospital-grade code standards - Test-driven development - Multi-agent review with fresh context - Smart gap analysis - Mandatory quality gates and status tracking - Interactive and autonomous execution modes Based on upstream: 6.0.0-alpha.23 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7dee9d18..f354280d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jonahschulte/bmad-method", - "version": "6.1.0-alpha.23", + "version": "6.2.0-alpha.23", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jonahschulte/bmad-method", - "version": "6.1.0-alpha.23", + "version": "6.2.0-alpha.23", "license": "MIT", "dependencies": { "@clack/prompts": "^0.11.0", diff --git a/package.json b/package.json index e1ee6dec..123a1ed3 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@jonahschulte/bmad-method", - "version": "6.1.0-alpha.23", - "description": "Breakthrough Method of Agile AI-driven Development (Enhanced with complexity-based routing and smart batching)", + "version": "6.2.0-alpha.23", + "description": "Breakthrough Method of Agile AI-driven Development (Enhanced with hospital-grade quality, TDD, and intelligent multi-agent review)", "keywords": [ "agile", "ai",