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:
parent
661847226a
commit
3f5b975d88
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@jonahschulte/bmad-method",
|
"name": "@jonahschulte/bmad-method",
|
||||||
"version": "6.3.3-alpha.23",
|
"version": "6.3.4-alpha.23",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@jonahschulte/bmad-method",
|
"name": "@jonahschulte/bmad-method",
|
||||||
"version": "6.3.3-alpha.23",
|
"version": "6.3.4-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.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)",
|
"description": "Breakthrough Method of Agile AI-driven Development (Enhanced with hospital-grade quality, TDD, and intelligent multi-agent review)",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"agile",
|
"agile",
|
||||||
|
|
|
||||||
|
|
@ -736,24 +736,16 @@ Lives are at stake. All code must meet safety-critical reliability standards.
|
||||||
<ask>
|
<ask>
|
||||||
**Choose execution mode:**
|
**Choose execution mode:**
|
||||||
|
|
||||||
[I] INTERACTIVE CHECKPOINT MODE (Recommended for oversight)
|
[I] INTERACTIVE CHECKPOINT MODE
|
||||||
- After each story completes, pause for your review
|
- After each story completes, pause for your review
|
||||||
- You approve before proceeding to next story
|
- You approve before proceeding to next story
|
||||||
- Allows course correction if issues detected
|
- 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
|
- Process all selected stories without pausing
|
||||||
- ENHANCED quality standards (even more rigorous than interactive)
|
- No human interaction until completion
|
||||||
- Hospital-grade code verification at every step
|
- Best for: When stories are well-defined and you trust the process
|
||||||
- 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.
|
|
||||||
|
|
||||||
Which mode? [I/A]:
|
Which mode? [I/A]:
|
||||||
</ask>
|
</ask>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue