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
This commit is contained in:
Jonah Schulte 2026-01-25 19:28:54 -05:00
parent feda019f5b
commit 82f16adf7a
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@jonahschulte/bmad-method", "name": "@jonahschulte/bmad-method",
"version": "6.1.0-alpha.23", "version": "6.2.0-alpha.23",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@jonahschulte/bmad-method", "name": "@jonahschulte/bmad-method",
"version": "6.1.0-alpha.23", "version": "6.2.0-alpha.23",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@clack/prompts": "^0.11.0", "@clack/prompts": "^0.11.0",

View File

@ -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.1.0-alpha.23", "version": "6.2.0-alpha.23",
"description": "Breakthrough Method of Agile AI-driven Development (Enhanced with complexity-based routing and smart batching)", "description": "Breakthrough Method of Agile AI-driven Development (Enhanced with hospital-grade quality, TDD, and intelligent multi-agent review)",
"keywords": [ "keywords": [
"agile", "agile",
"ai", "ai",