From fca4cd9db1143acc9fa2b20371f805ed21ec7bf5 Mon Sep 17 00:00:00 2001 From: Jonah Schulte Date: Wed, 7 Jan 2026 16:42:18 -0500 Subject: [PATCH] chore: bump version to 6.1.0-alpha.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version bump reflects new complexity-based routing feature: - MINOR version bump (6.0 → 6.1) for new feature - Reset alpha counter (alpha.22 → alpha.1) for new series - Updated description to mention complexity-based routing Changes in 6.1.0: - Complexity-based routing (micro/standard/complex) - Token savings: 50-70% for micro stories - Smart pipeline selection with risk keyword scoring - Early bailout checks - Multi-agent review integration --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8259a8f9..95e9d520 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@jonahschulte/bmad-method", - "version": "6.0.0-alpha.22", - "description": "Breakthrough Method of Agile AI-driven Development (Enhanced with super-dev-pipeline and smart batching)", + "version": "6.1.0-alpha.1", + "description": "Breakthrough Method of Agile AI-driven Development (Enhanced with complexity-based routing and smart batching)", "keywords": [ "agile", "ai",