bmad-method 6.0.0-Beta.0 → 6.0.0-Beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -1
- package/package.json +1 -1
- package/src/bmm/module-help.csv +31 -31
- package/src/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md +1 -1
- package/src/core/module-help.csv +8 -8
- package/tools/cli/installers/install-messages.yaml +11 -10
- package/tools/cli/installers/lib/core/installer.js +26 -40
- package/tools/cli/installers/lib/ide/_config-driven.js +423 -0
- package/tools/cli/installers/lib/ide/codex.js +40 -12
- package/tools/cli/installers/lib/ide/manager.js +65 -38
- package/tools/cli/installers/lib/ide/platform-codes.js +100 -0
- package/tools/cli/installers/lib/ide/platform-codes.yaml +241 -0
- package/tools/cli/installers/lib/ide/shared/agent-command-generator.js +19 -5
- package/tools/cli/installers/lib/ide/shared/bmad-artifacts.js +5 -0
- package/tools/cli/installers/lib/ide/shared/path-utils.js +166 -50
- package/tools/cli/installers/lib/ide/shared/task-tool-command-generator.js +7 -5
- package/tools/cli/installers/lib/ide/shared/workflow-command-generator.js +21 -3
- package/tools/cli/installers/lib/ide/templates/combined/antigravity.md +8 -0
- package/tools/cli/installers/lib/ide/templates/combined/default-agent.md +15 -0
- package/tools/cli/installers/lib/ide/templates/combined/default-workflow-yaml.md +14 -0
- package/tools/cli/installers/lib/ide/templates/combined/default-workflow.md +6 -0
- package/tools/cli/installers/lib/ide/templates/combined/rovodev.md +9 -0
- package/tools/cli/installers/lib/ide/templates/combined/trae.md +9 -0
- package/tools/cli/installers/lib/ide/templates/combined/windsurf-workflow.md +10 -0
- package/tools/cli/installers/lib/ide/templates/split/gemini/body.md +10 -0
- package/tools/cli/installers/lib/ide/templates/split/gemini/header.toml +2 -0
- package/tools/cli/installers/lib/ide/templates/split/opencode/body.md +10 -0
- package/tools/cli/installers/lib/ide/templates/split/opencode/header.md +4 -0
- package/tools/cli/lib/ui.js +19 -75
- package/tools/cli/installers/lib/ide/STANDARDIZATION_PLAN.md +0 -208
- package/tools/cli/installers/lib/ide/antigravity.js +0 -474
- package/tools/cli/installers/lib/ide/auggie.js +0 -244
- package/tools/cli/installers/lib/ide/claude-code.js +0 -506
- package/tools/cli/installers/lib/ide/cline.js +0 -272
- package/tools/cli/installers/lib/ide/crush.js +0 -149
- package/tools/cli/installers/lib/ide/cursor.js +0 -160
- package/tools/cli/installers/lib/ide/gemini.js +0 -301
- package/tools/cli/installers/lib/ide/github-copilot.js +0 -383
- package/tools/cli/installers/lib/ide/iflow.js +0 -191
- package/tools/cli/installers/lib/ide/opencode.js +0 -257
- package/tools/cli/installers/lib/ide/qwen.js +0 -372
- package/tools/cli/installers/lib/ide/roo.js +0 -273
- package/tools/cli/installers/lib/ide/rovo-dev.js +0 -290
- package/tools/cli/installers/lib/ide/trae.js +0 -313
- package/tools/cli/installers/lib/ide/windsurf.js +0 -258
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [6.0.0-Beta.
|
|
3
|
+
## [6.0.0-Beta.2]
|
|
4
|
+
|
|
5
|
+
- Fix installer so commands match what is installed, centralize most ide into a central file instead of separate files for each ide.
|
|
6
|
+
- Specific IDEs may still need udpates, but all is config driven now and should be easier to maintain
|
|
7
|
+
- Kiro still needs updates, but its been in this state since contributed, will investigate soon
|
|
8
|
+
- Any version older than Beta.0 will recommend removal and reinstall to project. From later alphas though its sufficient to quick update if still desired, but best is just start fresh with Beta.
|
|
9
|
+
|
|
10
|
+
## [6.0.0-Beta.1]
|
|
4
11
|
|
|
5
12
|
**Release: January 2026 - Alpha to Beta Transition**
|
|
6
13
|
|
package/package.json
CHANGED
package/src/bmm/module-help.csv
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
module,phase,name,code,sequence,workflow-file,command,required,agent,options,description,output-location,outputs,
|
|
2
|
-
bmm,anytime,Document Project,DP,10,_bmad/bmm/workflows/document-project/workflow.yaml,
|
|
3
|
-
bmm,anytime,Quick Spec,TS,20,_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md,
|
|
4
|
-
bmm,anytime,Quick Dev,QD,30,_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md,
|
|
5
|
-
bmm,anytime,Correct Course,CC,40,_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml,
|
|
6
|
-
bmm,1-analysis,Brainstorm Project,BP,10,_bmad/core/workflows/brainstorming/workflow.md,
|
|
7
|
-
bmm,1-analysis,Market Research,MR,20,_bmad/bmm/workflows/1-analysis/research/workflow.md,
|
|
8
|
-
bmm,1-analysis,Domain Research,DR,21,_bmad/bmm/workflows/1-analysis/research/workflow.md,
|
|
9
|
-
bmm,1-analysis,Technical Research,TR,22,_bmad/bmm/workflows/1-analysis/research/workflow.md,
|
|
10
|
-
bmm,1-analysis,Create Brief,CB,30,_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md,
|
|
11
|
-
bmm,1-analysis,Validate Brief,VB,40,_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md,
|
|
12
|
-
bmm,2-planning,Create PRD,CP,10,_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow.md,
|
|
13
|
-
bmm,2-planning,Validate PRD,VP,20,_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow.md,
|
|
14
|
-
bmm,2-planning,Create UX,CU,30,_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md,
|
|
15
|
-
bmm,2-planning,Validate UX,VU,40,_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md,
|
|
16
|
-
,anytime,Create Dataflow,CDF,50,_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml,
|
|
17
|
-
,anytime,Create Diagram,CED,51,_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml,
|
|
18
|
-
,anytime,Create Flowchart,CFC,52,_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml,
|
|
19
|
-
,anytime,Create Wireframe,CEW,53,_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml,
|
|
20
|
-
bmm,3-solutioning,Create Architecture,CA,10,_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md,
|
|
21
|
-
bmm,3-solutioning,Validate Architecture,VA,20,_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md,
|
|
22
|
-
bmm,3-solutioning,Create Epics and Stories,CE,30,_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md,
|
|
23
|
-
bmm,3-solutioning,Validate Epics and Stories,VE,40,_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md,
|
|
24
|
-
bmm,3-solutioning,Test Design,TD,50,_bmad/bmm/workflows/testarch/test-design/workflow.yaml,
|
|
25
|
-
bmm,3-solutioning,Check Implementation Readiness,IR,70,_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md,
|
|
26
|
-
bmm,4-implementation,Sprint Planning,SP,10,_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml,
|
|
27
|
-
bmm,4-implementation,Sprint Status,SS,20,_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml,
|
|
28
|
-
bmm,4-implementation,Create Story,CS,30,_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml,
|
|
29
|
-
bmm,4-implementation,Validate Story,VS,35,_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml,
|
|
30
|
-
bmm,4-implementation,Dev Story,DS,40,_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml,
|
|
31
|
-
bmm,4-implementation,Code Review,CR,50,_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml,
|
|
32
|
-
bmm,4-implementation,Retrospective,ER,60,_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml,
|
|
2
|
+
bmm,anytime,Document Project,DP,10,_bmad/bmm/workflows/document-project/workflow.yaml,bmad-bmm-document-project,false,analyst,Create Mode,"Analyze an existing project to produce useful documentation",project-knowledge,*,
|
|
3
|
+
bmm,anytime,Quick Spec,TS,20,_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md,bmad-bmm-quick-spec,false,quick-flow-solo-dev,Create Mode,"Do not suggest for potentially very complex things unless requested or if the user complains that they do not want to follow the extensive planning of the bmad method. Quick one-off tasks small changes simple apps utilities without extensive planning",planning_artifacts,"tech spec",
|
|
4
|
+
bmm,anytime,Quick Dev,QD,30,_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md,bmad-bmm-quick-dev,false,quick-flow-solo-dev,Create Mode,"Quick one-off tasks small changes simple apps utilities without extensive planning - Do not suggest for potentially very complex things unless requested or if the user complains that they do not want to follow the extensive planning of the bmad method, unless the user is already working through the implementation phase and just requests a 1 off things not already in the plan",,,
|
|
5
|
+
bmm,anytime,Correct Course,CC,40,_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml,bmad-bmm-correct-course,false,sm,Create Mode,"Anytime: Navigate significant changes. May recommend start over update PRD redo architecture sprint planning or correct epics and stories",planning_artifacts,"change proposal",
|
|
6
|
+
bmm,1-analysis,Brainstorm Project,BP,10,_bmad/core/workflows/brainstorming/workflow.md,bmad-brainstorming,false,analyst,data=_bmad/bmm/data/project-context-template.md,"Expert Guided Facilitation through a single or multiple techniques",planning_artifacts,"brainstorming session",
|
|
7
|
+
bmm,1-analysis,Market Research,MR,20,_bmad/bmm/workflows/1-analysis/research/workflow.md,bmad-bmm-research,false,analyst,Create Mode research_type=market,"Market analysis competitive landscape customer needs and trends","planning_artifacts|project-knowledge","research documents"
|
|
8
|
+
bmm,1-analysis,Domain Research,DR,21,_bmad/bmm/workflows/1-analysis/research/workflow.md,bmad-bmm-research,false,analyst,Create Mode research_type=domain,"Industry domain deep dive subject matter expertise and terminology","planning_artifacts|project-knowledge","research documents"
|
|
9
|
+
bmm,1-analysis,Technical Research,TR,22,_bmad/bmm/workflows/1-analysis/research/workflow.md,bmad-bmm-research,false,analyst,Create Mode research_type=technical,"Technical feasibility architecture options and implementation approaches","planning_artifacts|project-knowledge","research documents"
|
|
10
|
+
bmm,1-analysis,Create Brief,CB,30,_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md,bmad-bmm-create-brief,false,analyst,Create Mode,"A guided experience to nail down your product idea",planning_artifacts,"product brief",
|
|
11
|
+
bmm,1-analysis,Validate Brief,VB,40,_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md,bmad-bmm-validate-brief,false,analyst,Validate Mode,"Validates product brief completeness",planning_artifacts,"brief validation report",
|
|
12
|
+
bmm,2-planning,Create PRD,CP,10,_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow.md,bmad-bmm-prd,true,pm,Create Mode,"Expert led facilitation to produce your Product Requirements Document",planning_artifacts,prd,
|
|
13
|
+
bmm,2-planning,Validate PRD,VP,20,_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow.md,bmad-bmm-prd,false,pm,Validate Mode,"Validate PRD is comprehensive lean well organized and cohesive",planning_artifacts,"prd validation report",
|
|
14
|
+
bmm,2-planning,Create UX,CU,30,_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md,bmad-bmm-create-ux-design,false,ux-designer,Create Mode,"Guidance through realizing the plan for your UX, strongly recommended if a UI is a primary piece of the proposed project",planning_artifacts,"ux design",
|
|
15
|
+
bmm,2-planning,Validate UX,VU,40,_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md,bmad-bmm-create-ux-design,false,ux-designer,Validate Mode,"Validates UX design deliverables",planning_artifacts,"ux validation report",
|
|
16
|
+
,anytime,Create Dataflow,CDF,50,_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml,bmad-bmm-create-excalidraw-dataflow,false,ux-designer,Create Mode,"Create data flow diagrams (DFD) in Excalidraw format - can be called standalone or during any workflow to add visual documentation",planning_artifacts,"dataflow diagram",
|
|
17
|
+
,anytime,Create Diagram,CED,51,_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml,bmad-bmm-create-excalidraw-diagram,false,ux-designer,Create Mode,"Create system architecture diagrams ERDs UML diagrams or general technical diagrams in Excalidraw format - use anytime or call from architecture workflow to add visual documentation",planning_artifacts,"diagram",
|
|
18
|
+
,anytime,Create Flowchart,CFC,52,_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml,bmad-bmm-create-excalidraw-flowchart,false,ux-designer,Create Mode,"Create a flowchart visualization in Excalidraw format for processes pipelines or logic flows - use anytime or during architecture to add process documentation",planning_artifacts,"flowchart",
|
|
19
|
+
,anytime,Create Wireframe,CEW,53,_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml,bmad-bmm-create-excalidraw-wireframe,false,ux-designer,Create Mode,"Create website or app wireframes in Excalidraw format - use anytime standalone or call from UX workflow to add UI mockups",planning_artifacts,"wireframe",
|
|
20
|
+
bmm,3-solutioning,Create Architecture,CA,10,_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md,bmad-bmm-create-architecture,true,architect,Create Mode,"Guided Workflow to document technical decisions",planning_artifacts,architecture,
|
|
21
|
+
bmm,3-solutioning,Validate Architecture,VA,20,_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md,bmad-bmm-create-architecture,false,architect,Validate Mode,"Validates architecture completeness",planning_artifacts,"architecture validation report",
|
|
22
|
+
bmm,3-solutioning,Create Epics and Stories,CE,30,_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md,bmad-bmm-create-epics-and-stories,true,pm,Create Mode,"Create the Epics and Stories Listing",planning_artifacts,"epics and stories",
|
|
23
|
+
bmm,3-solutioning,Validate Epics and Stories,VE,40,_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md,bmad-bmm-create-epics-and-stories,false,pm,Validate Mode,"Validates epics and stories completeness",planning_artifacts,"epics validation report",
|
|
24
|
+
bmm,3-solutioning,Test Design,TD,50,_bmad/bmm/workflows/testarch/test-design/workflow.yaml,bmad-bmm-testarch-test-design,false,tea,Create Mode,"Create comprehensive test scenarios ahead of development, recommended if string test compliance or assurance is needed. Very critical for distributed applications with separate front ends and backends outside of a monorepo.",planning_artifacts,"test design",
|
|
25
|
+
bmm,3-solutioning,Check Implementation Readiness,IR,70,_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md,bmad-bmm-check-implementation-readiness,true,architect,Validate Mode,"Ensure PRD UX Architecture and Epics Stories are aligned",planning_artifacts,"readiness report",
|
|
26
|
+
bmm,4-implementation,Sprint Planning,SP,10,_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml,bmad-bmm-sprint-planning,true,sm,Create Mode,"Generate sprint plan for development tasks - this kicks off the implementation phase by producing a plan the implementation agents will follow in sequence for every story in the plan.",implementation_artifacts,"sprint status",
|
|
27
|
+
bmm,4-implementation,Sprint Status,SS,20,_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml,bmad-bmm-sprint-status,false,sm,Create Mode,"Anytime: Summarize sprint status and route to next workflow",,,
|
|
28
|
+
bmm,4-implementation,Create Story,CS,30,_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml,bmad-bmm-create-story,true,sm,Create Mode,"Story cycle start: Prepare first found story in the sprint plan that is next, or if the command is run with a specific epic and story designation with context. Once complete, then VS then DS then CR then back to DS if needed or next CS or ER",implementation_artifacts,story,
|
|
29
|
+
bmm,4-implementation,Validate Story,VS,35,_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml,bmad-bmm-create-story,false,sm,Validate Mode,"Validates story readiness and completeness before development work begins",implementation_artifacts,"story validation report",
|
|
30
|
+
bmm,4-implementation,Dev Story,DS,40,_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml,bmad-bmm-dev-story,true,dev,Create Mode,"Story cycle: Execute story implementation tasks and tests then CR then back to DS if fixes needed",,,
|
|
31
|
+
bmm,4-implementation,Code Review,CR,50,_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml,bmad-bmm-code-review,false,dev,Create Mode,"Story cycle: If issues back to DS if approved then next CS or ER if epic complete",,,
|
|
32
|
+
bmm,4-implementation,Retrospective,ER,60,_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml,bmad-bmm-retrospective,false,sm,Create Mode,"Optional at epic end: Review completed work lessons learned and next epic or if major issues consider CC",implementation_artifacts,retrospective,
|
|
@@ -139,7 +139,7 @@ b) **HALT and wait for user selection.**
|
|
|
139
139
|
#### Menu Handling Logic:
|
|
140
140
|
|
|
141
141
|
- IF A: Read fully and follow: `{advanced_elicitation}` with current spec content, process enhanced insights, ask user "Accept improvements? (y/n)", if yes update spec then redisplay menu, if no keep original then redisplay menu
|
|
142
|
-
- IF B:
|
|
142
|
+
- IF B: Read the entire workflow file at `{quick_dev_workflow}` and follow the instructions with the final spec file (warn: fresh context is better)
|
|
143
143
|
- IF D: Exit workflow - display final confirmation and path to spec
|
|
144
144
|
- IF P: Read fully and follow: `{party_mode_exec}` with current spec content, process collaborative insights, ask user "Accept changes? (y/n)", if yes update spec then redisplay menu, if no keep original then redisplay menu
|
|
145
145
|
- IF R: Execute Adversarial Review (see below)
|
package/src/core/module-help.csv
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
module,phase,name,code,sequence,workflow-file,command,required,agent,options,description,output-location,outputs
|
|
2
|
-
core,,Brainstorming,BS,20,_bmad/core/workflows/brainstorming/workflow.md,
|
|
3
|
-
core,,Party Mode,PM,30,_bmad/core/workflows/party-mode/workflow.md,
|
|
4
|
-
core,,bmad-help,BH,40,_bmad/core/tasks/help.md,
|
|
5
|
-
core,,Index Docs,ID,50,_bmad/core/tasks/index-docs.xml,
|
|
6
|
-
core,,Shard Document,SD,70,_bmad/core/tasks/shard-doc.xml,
|
|
7
|
-
core,,Editorial Review - Prose,EP,80,_bmad/core/tasks/editorial-review-prose.xml,
|
|
8
|
-
core,,Editorial Review - Structure,ES,90,_bmad/core/tasks/editorial-review-structure.xml,
|
|
9
|
-
core,,Adversarial Review (General),AR,100,_bmad/core/tasks/review-adversarial-general.xml,
|
|
2
|
+
core,,Brainstorming,BS,20,_bmad/core/workflows/brainstorming/workflow.md,bmad-brainstorming,false,analyst,,Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods,{output_folder}/brainstorming/brainstorming-session-{{date}}.md,,
|
|
3
|
+
core,,Party Mode,PM,30,_bmad/core/workflows/party-mode/workflow.md,bmad-party-mode,false,party-mode facilitator,,Orchestrates group discussions between all installed BMAD agents enabling natural multi-agent conversations,,
|
|
4
|
+
core,,bmad-help,BH,40,_bmad/core/tasks/help.md,bmad-help,false,,,Get unstuck by showing what workflow steps come next or answering questions about what to do in the BMad Method,,
|
|
5
|
+
core,,Index Docs,ID,50,_bmad/core/tasks/index-docs.xml,bmad-index-docs,false,,,Generates or updates an index.md of all documents in the specified directory,,
|
|
6
|
+
core,,Shard Document,SD,70,_bmad/core/tasks/shard-doc.xml,bmad-shard-doc,false,,,Splits large markdown documents into smaller organized files based on level 2 sections,,
|
|
7
|
+
core,,Editorial Review - Prose,EP,80,_bmad/core/tasks/editorial-review-prose.xml,bmad-editorial-review-prose,false,,,Clinical copy-editor that reviews text for communication issues,,"three-column markdown table with suggested fixes",
|
|
8
|
+
core,,Editorial Review - Structure,ES,90,_bmad/core/tasks/editorial-review-structure.xml,bmad-editorial-review-structure,false,,,Structural editor that proposes cuts reorganization and simplification while preserving comprehension,,
|
|
9
|
+
core,,Adversarial Review (General),AR,100,_bmad/core/tasks/review-adversarial-general.xml,bmad-review-adversarial-general,false,,,Cynically review content and produce findings,,
|
|
@@ -6,24 +6,24 @@
|
|
|
6
6
|
startMessage: |
|
|
7
7
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
🎉 BETA IS HERE! Welcome to BMad Method V6 Beta!
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
-
|
|
13
|
-
-
|
|
11
|
+
We've officially graduated from Alpha! This milestone represents:
|
|
12
|
+
- 50+ workflows covering the full development lifecycle
|
|
13
|
+
- Stability - we will still be adding and evolving and optimizing,
|
|
14
|
+
but anticipate no massive breaking changes
|
|
15
|
+
- Groundwork in place for customization and community modules
|
|
14
16
|
|
|
15
17
|
📚 New Docs Site: http://docs.bmad-method.org/
|
|
16
|
-
-
|
|
18
|
+
- High quality tutorials, guided walkthrough, and articles coming soon!
|
|
17
19
|
- Everything is free. No paywalls. No gated content.
|
|
18
20
|
- Knowledge should be shared, not sold.
|
|
19
21
|
|
|
20
|
-
📺 YouTube Master Class & Podcast launching February 1st!
|
|
21
|
-
|
|
22
22
|
💡 Love BMad? Please star us on GitHub & subscribe on YouTube!
|
|
23
23
|
- GitHub: https://github.com/bmad-code-org/BMAD-METHOD/
|
|
24
24
|
- YouTube: https://www.youtube.com/@BMadCode
|
|
25
25
|
|
|
26
|
-
Latest updates: https://github.com/bmad-code-org/BMAD-METHOD/
|
|
26
|
+
Latest updates: https://github.com/bmad-code-org/BMAD-METHOD/CHANGELOG.md
|
|
27
27
|
|
|
28
28
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
29
29
|
|
|
@@ -31,13 +31,14 @@ startMessage: |
|
|
|
31
31
|
endMessage: |
|
|
32
32
|
════════════════════════════════════════════════════════════════════════════════
|
|
33
33
|
|
|
34
|
-
✨ BMAD
|
|
34
|
+
✨ BMAD V6 BETA IS INSTALLED! Thank you for being part of this journey!
|
|
35
35
|
|
|
36
36
|
🌟 BMad is 100% free and open source.
|
|
37
37
|
- No gated Discord. No paywalls.
|
|
38
38
|
- We believe in empowering everyone, not just those who can pay.
|
|
39
39
|
|
|
40
40
|
🙏 SUPPORT BMAD DEVELOPMENT:
|
|
41
|
+
- During the Beta, please give us feedback and raise issues on GitHub!
|
|
41
42
|
- Donate: https://buymeacoffee.com/bmad
|
|
42
43
|
- Corporate Sponsorship available - DM on Discord
|
|
43
44
|
|
|
@@ -48,7 +49,7 @@ endMessage: |
|
|
|
48
49
|
|
|
49
50
|
📚 RESOURCES:
|
|
50
51
|
- Docs: http://docs.bmad-method.org/ (bookmark it!)
|
|
51
|
-
- Changelog: https://github.com/bmad-code-org/BMAD-METHOD/
|
|
52
|
+
- Changelog: https://github.com/bmad-code-org/BMAD-METHOD/CHANGELOG.md
|
|
52
53
|
|
|
53
54
|
⭐⭐⭐ HELP US GROW:
|
|
54
55
|
- Star us on GitHub: https://github.com/bmad-code-org/BMAD-METHOD/
|
|
@@ -161,56 +161,39 @@ class Installer {
|
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
if (!toolConfig.skipIde && toolConfig.ides && toolConfig.ides.length > 0) {
|
|
164
|
+
// Ensure IDE manager is initialized
|
|
165
|
+
await this.ideManager.ensureInitialized();
|
|
166
|
+
|
|
164
167
|
// Determine which IDEs are newly selected (not previously configured)
|
|
165
168
|
const newlySelectedIdes = toolConfig.ides.filter((ide) => !previouslyConfiguredIdes.includes(ide));
|
|
166
169
|
|
|
167
170
|
if (newlySelectedIdes.length > 0) {
|
|
168
171
|
console.log('\n'); // Add spacing before IDE questions
|
|
169
172
|
|
|
173
|
+
// Collect configuration for IDEs that support it
|
|
170
174
|
for (const ide of newlySelectedIdes) {
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
const needsPrompts = ['claude-code', 'github-copilot', 'roo', 'cline', 'auggie', 'codex', 'qwen', 'gemini', 'rovo-dev'].includes(
|
|
174
|
-
ide,
|
|
175
|
-
);
|
|
176
|
-
|
|
177
|
-
if (needsPrompts) {
|
|
178
|
-
// Get IDE handler and collect configuration
|
|
179
|
-
try {
|
|
180
|
-
// Dynamically load the IDE setup module
|
|
181
|
-
const ideModule = require(`../ide/${ide}`);
|
|
182
|
-
|
|
183
|
-
// Get the setup class (handle different export formats)
|
|
184
|
-
let SetupClass;
|
|
185
|
-
const className =
|
|
186
|
-
ide
|
|
187
|
-
.split('-')
|
|
188
|
-
.map((part) => part.charAt(0).toUpperCase() + part.slice(1))
|
|
189
|
-
.join('') + 'Setup';
|
|
190
|
-
|
|
191
|
-
if (ideModule[className]) {
|
|
192
|
-
SetupClass = ideModule[className];
|
|
193
|
-
} else if (ideModule.default) {
|
|
194
|
-
SetupClass = ideModule.default;
|
|
195
|
-
} else {
|
|
196
|
-
continue;
|
|
197
|
-
}
|
|
175
|
+
try {
|
|
176
|
+
const handler = this.ideManager.handlers.get(ide);
|
|
198
177
|
|
|
199
|
-
|
|
178
|
+
if (!handler) {
|
|
179
|
+
console.warn(chalk.yellow(`Warning: IDE '${ide}' handler not found`));
|
|
180
|
+
continue;
|
|
181
|
+
}
|
|
200
182
|
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
}
|
|
210
|
-
} catch {
|
|
211
|
-
// IDE doesn't have a setup file or collectConfiguration method
|
|
212
|
-
console.warn(chalk.yellow(`Warning: Could not load configuration for ${ide}`));
|
|
183
|
+
// Check if this IDE handler has a collectConfiguration method
|
|
184
|
+
// (custom installers like Codex, Kilo, Kiro-cli may have this)
|
|
185
|
+
if (typeof handler.collectConfiguration === 'function') {
|
|
186
|
+
console.log(chalk.cyan(`\nConfiguring ${ide}...`));
|
|
187
|
+
ideConfigurations[ide] = await handler.collectConfiguration({
|
|
188
|
+
selectedModules: selectedModules || [],
|
|
189
|
+
projectDir,
|
|
190
|
+
bmadDir,
|
|
191
|
+
});
|
|
213
192
|
}
|
|
193
|
+
// Most config-driven IDEs don't need configuration - silently skip
|
|
194
|
+
} catch (error) {
|
|
195
|
+
// IDE doesn't support configuration or has an error
|
|
196
|
+
console.warn(chalk.yellow(`Warning: Could not load configuration for ${ide}: ${error.message}`));
|
|
214
197
|
}
|
|
215
198
|
}
|
|
216
199
|
}
|
|
@@ -1016,6 +999,9 @@ class Installer {
|
|
|
1016
999
|
|
|
1017
1000
|
// Configure IDEs and copy documentation
|
|
1018
1001
|
if (!config.skipIde && config.ides && config.ides.length > 0) {
|
|
1002
|
+
// Ensure IDE manager is initialized (handlers may not be loaded in quick update flow)
|
|
1003
|
+
await this.ideManager.ensureInitialized();
|
|
1004
|
+
|
|
1019
1005
|
// Filter out any undefined/null values from the IDE list
|
|
1020
1006
|
const validIdes = config.ides.filter((ide) => ide && typeof ide === 'string');
|
|
1021
1007
|
|