chore: bump version to 6.1.0-alpha.1
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
This commit is contained in:
parent
1dd5e6b0c3
commit
fca4cd9db1
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"$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-alpha.22",
|
"version": "6.1.0-alpha.1",
|
||||||
"description": "Breakthrough Method of Agile AI-driven Development (Enhanced with super-dev-pipeline and smart batching)",
|
"description": "Breakthrough Method of Agile AI-driven Development (Enhanced with complexity-based routing and smart batching)",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"agile",
|
"agile",
|
||||||
"ai",
|
"ai",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue