chore: bump version to 6.3.4-alpha.23

All tests passing (352/352).
Simplified execution mode prompt (removed confusing language).
Ready for npm publish.
This commit is contained in:
Jonah Schulte 2026-01-25 23:54:26 -05:00
parent 661847226a
commit 3f5b975d88
3 changed files with 8 additions and 16 deletions

4
package-lock.json generated
View File

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

View File

@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@jonahschulte/bmad-method",
"version": "6.3.3-alpha.23",
"version": "6.3.4-alpha.23",
"description": "Breakthrough Method of Agile AI-driven Development (Enhanced with hospital-grade quality, TDD, and intelligent multi-agent review)",
"keywords": [
"agile",

View File

@ -736,24 +736,16 @@ Lives are at stake. All code must meet safety-critical reliability standards.
<ask>
**Choose execution mode:**
[I] INTERACTIVE CHECKPOINT MODE (Recommended for oversight)
[I] INTERACTIVE CHECKPOINT MODE
- After each story completes, pause for your review
- You approve before proceeding to next story
- Allows course correction if issues detected
- Best for: Critical features, new team members, complex epics
- Best for: When you want to monitor progress
[A] FULLY AUTONOMOUS MODE (Maximum quality, zero interaction)
[A] FULLY AUTONOMOUS MODE
- Process all selected stories without pausing
- ENHANCED quality standards (even more rigorous than interactive)
- Hospital-grade code verification at every step
- NO shortcuts, NO skimping, NO corner-cutting
- Best for: Well-defined stories, experienced implementation
⚠️ AUTONOMOUS MODE = HIGHER QUALITY, NOT LOWER
In autonomous mode, quality standards are ENHANCED because there's no
human oversight in the loop. Every decision is double-checked.
QUALITY >> DURATION. We prioritize correctness over speed.
- No human interaction until completion
- Best for: When stories are well-defined and you trust the process
Which mode? [I/A]:
</ask>