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!**
This commit is contained in:
parent
7426dcf2b9
commit
ae33c6a2c8
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@jonahschulte/bmad-method",
|
"name": "@jonahschulte/bmad-method",
|
||||||
"version": "6.3.1-alpha.23",
|
"version": "6.3.2-alpha.23",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@jonahschulte/bmad-method",
|
"name": "@jonahschulte/bmad-method",
|
||||||
"version": "6.3.1-alpha.23",
|
"version": "6.3.2-alpha.23",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@clack/prompts": "^0.11.0",
|
"@clack/prompts": "^0.11.0",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://json.schemastore.org/package.json",
|
"$schema": "https://json.schemastore.org/package.json",
|
||||||
"name": "@jonahschulte/bmad-method",
|
"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)",
|
"description": "Breakthrough Method of Agile AI-driven Development (Enhanced with hospital-grade quality, TDD, and intelligent multi-agent review)",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"agile",
|
"agile",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue