bmad-method 4.39.2 → 4.41.0
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/CONTRIBUTING.md +1 -1
- package/LICENSE +6 -1
- package/README.md +11 -7
- package/bmad-core/agent-teams/team-all.yaml +1 -0
- package/bmad-core/agent-teams/team-fullstack.yaml +1 -0
- package/bmad-core/agent-teams/team-ide-minimal.yaml +1 -0
- package/bmad-core/agent-teams/team-no-ui.yaml +1 -0
- package/bmad-core/agents/analyst.md +2 -0
- package/bmad-core/agents/architect.md +2 -0
- package/bmad-core/agents/bmad-master.md +2 -0
- package/bmad-core/agents/bmad-orchestrator.md +2 -0
- package/bmad-core/agents/dev.md +2 -0
- package/bmad-core/agents/pm.md +2 -0
- package/bmad-core/agents/po.md +2 -0
- package/bmad-core/agents/qa.md +2 -0
- package/bmad-core/agents/sm.md +2 -0
- package/bmad-core/agents/ux-expert.md +2 -0
- package/bmad-core/checklists/architect-checklist.md +2 -0
- package/bmad-core/checklists/change-checklist.md +2 -0
- package/bmad-core/checklists/pm-checklist.md +2 -0
- package/bmad-core/checklists/po-master-checklist.md +2 -0
- package/bmad-core/checklists/story-dod-checklist.md +2 -0
- package/bmad-core/checklists/story-draft-checklist.md +2 -0
- package/bmad-core/core-config.yaml +1 -0
- package/bmad-core/data/bmad-kb.md +9 -7
- package/bmad-core/data/brainstorming-techniques.md +2 -0
- package/bmad-core/data/elicitation-methods.md +2 -0
- package/bmad-core/data/technical-preferences.md +2 -0
- package/bmad-core/data/test-levels-framework.md +2 -0
- package/bmad-core/data/test-priorities-matrix.md +2 -0
- package/bmad-core/tasks/advanced-elicitation.md +2 -0
- package/bmad-core/tasks/apply-qa-fixes.md +2 -0
- package/bmad-core/tasks/brownfield-create-epic.md +2 -0
- package/bmad-core/tasks/brownfield-create-story.md +2 -0
- package/bmad-core/tasks/correct-course.md +2 -0
- package/bmad-core/tasks/create-brownfield-story.md +2 -0
- package/bmad-core/tasks/create-deep-research-prompt.md +2 -0
- package/bmad-core/tasks/create-next-story.md +2 -0
- package/bmad-core/tasks/document-project.md +2 -0
- package/bmad-core/tasks/facilitate-brainstorming-session.md +3 -1
- package/bmad-core/tasks/generate-ai-frontend-prompt.md +2 -0
- package/bmad-core/tasks/index-docs.md +2 -0
- package/bmad-core/tasks/kb-mode-interaction.md +2 -0
- package/bmad-core/tasks/nfr-assess.md +2 -0
- package/bmad-core/tasks/qa-gate.md +2 -0
- package/bmad-core/tasks/review-story.md +2 -0
- package/bmad-core/tasks/risk-profile.md +2 -0
- package/bmad-core/tasks/shard-doc.md +2 -0
- package/bmad-core/tasks/test-design.md +2 -0
- package/bmad-core/tasks/trace-requirements.md +2 -0
- package/bmad-core/tasks/validate-next-story.md +2 -0
- package/bmad-core/templates/architecture-tmpl.yaml +1 -0
- package/bmad-core/templates/brainstorming-output-tmpl.yaml +1 -1
- package/bmad-core/templates/brownfield-architecture-tmpl.yaml +1 -0
- package/bmad-core/templates/brownfield-prd-tmpl.yaml +1 -0
- package/bmad-core/templates/competitor-analysis-tmpl.yaml +1 -0
- package/bmad-core/templates/front-end-architecture-tmpl.yaml +1 -0
- package/bmad-core/templates/front-end-spec-tmpl.yaml +1 -0
- package/bmad-core/templates/fullstack-architecture-tmpl.yaml +1 -0
- package/bmad-core/templates/market-research-tmpl.yaml +1 -0
- package/bmad-core/templates/prd-tmpl.yaml +1 -0
- package/bmad-core/templates/project-brief-tmpl.yaml +1 -0
- package/bmad-core/templates/qa-gate-tmpl.yaml +1 -0
- package/bmad-core/templates/story-tmpl.yaml +1 -0
- package/bmad-core/workflows/brownfield-fullstack.yaml +1 -0
- package/bmad-core/workflows/brownfield-service.yaml +1 -0
- package/bmad-core/workflows/brownfield-ui.yaml +1 -0
- package/bmad-core/workflows/greenfield-fullstack.yaml +1 -0
- package/bmad-core/workflows/greenfield-service.yaml +1 -0
- package/bmad-core/workflows/greenfield-ui.yaml +1 -0
- package/common/tasks/create-doc.md +2 -0
- package/common/tasks/execute-checklist.md +2 -0
- package/common/utils/bmad-doc-template.md +2 -0
- package/common/utils/workflow-management.md +2 -0
- package/dist/agents/analyst.txt +26 -9
- package/dist/agents/architect.txt +16 -0
- package/dist/agents/bmad-master.txt +65 -8
- package/dist/agents/bmad-orchestrator.txt +19 -7
- package/dist/agents/dev.txt +8 -0
- package/dist/agents/pm.txt +22 -0
- package/dist/agents/po.txt +13 -0
- package/dist/agents/qa.txt +16 -0
- package/dist/agents/sm.txt +9 -0
- package/dist/agents/ux-expert.txt +9 -0
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +15 -0
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +7 -0
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +7 -0
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +64 -2
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.txt +19 -0
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt +19 -0
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +6 -0
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt +9 -0
- package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +82 -2
- package/dist/expansion-packs/bmad-creative-writing/agents/beta-reader.txt +19 -0
- package/dist/expansion-packs/bmad-creative-writing/agents/character-psychologist.txt +17 -0
- package/dist/expansion-packs/bmad-creative-writing/agents/dialog-specialist.txt +15 -0
- package/dist/expansion-packs/bmad-creative-writing/agents/editor.txt +17 -0
- package/dist/expansion-packs/bmad-creative-writing/agents/genre-specialist.txt +21 -0
- package/dist/expansion-packs/bmad-creative-writing/agents/narrative-designer.txt +17 -0
- package/dist/expansion-packs/bmad-creative-writing/agents/plot-architect.txt +18 -0
- package/dist/expansion-packs/bmad-creative-writing/agents/world-builder.txt +19 -0
- package/dist/expansion-packs/bmad-creative-writing/teams/agent-team.txt +194 -1
- package/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +12 -0
- package/dist/teams/team-all.txt +92 -9
- package/dist/teams/team-fullstack.txt +71 -9
- package/dist/teams/team-ide-minimal.txt +56 -7
- package/dist/teams/team-no-ui.txt +64 -9
- package/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yaml +1 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-design-checklist.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +1 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/data/bmad-kb.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/tasks/create-game-story.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml +1 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-prototype.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/agent-teams/unity-2d-game-team.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-architect-checklist.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-change-checklist.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-design-checklist.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/config.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/data/development-guidelines.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/advanced-elicitation.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/correct-course-game.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/create-game-story.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/validate-game-story.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-prototype.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/agent-teams/agent-team.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/agents/beta-reader.md +2 -0
- package/expansion-packs/bmad-creative-writing/agents/book-critic.md +2 -0
- package/expansion-packs/bmad-creative-writing/agents/character-psychologist.md +2 -0
- package/expansion-packs/bmad-creative-writing/agents/cover-designer.md +2 -0
- package/expansion-packs/bmad-creative-writing/agents/dialog-specialist.md +2 -0
- package/expansion-packs/bmad-creative-writing/agents/editor.md +2 -0
- package/expansion-packs/bmad-creative-writing/agents/genre-specialist.md +2 -0
- package/expansion-packs/bmad-creative-writing/agents/narrative-designer.md +2 -0
- package/expansion-packs/bmad-creative-writing/agents/plot-architect.md +2 -0
- package/expansion-packs/bmad-creative-writing/agents/world-builder.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/beta-feedback-closure-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/character-consistency-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/comedic-timing-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/cyberpunk-aesthetic-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/ebook-formatting-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/epic-poetry-meter-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/fantasy-magic-system-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/foreshadowing-payoff-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/genre-tropes-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/historical-accuracy-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/horror-suspense-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/kdp-cover-ready-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/line-edit-quality-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/marketing-copy-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/mystery-clue-trail-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/orbital-mechanics-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/plot-structure-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/publication-readiness-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/romance-emotional-beats-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/scene-quality-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/scifi-technology-plausibility-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/sensitivity-representation-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/steampunk-gadget-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/thriller-pacing-stakes-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/timeline-continuity-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/world-building-continuity-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/checklists/ya-appropriateness-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/config.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/data/bmad-kb.md +2 -0
- package/expansion-packs/bmad-creative-writing/data/story-structures.md +2 -0
- package/expansion-packs/bmad-creative-writing/docs/brief.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/advanced-elicitation.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/analyze-reader-feedback.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/analyze-story-structure.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/assemble-kdp-package.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/brainstorm-premise.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/build-world.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/character-depth-pass.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/create-doc.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/create-draft-section.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/critical-review.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/develop-character.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/execute-checklist.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/expand-premise.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/expand-synopsis.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/final-polish.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/generate-cover-brief.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/generate-cover-prompts.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/generate-scene-list.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/incorporate-feedback.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/outline-scenes.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/provide-feedback.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/publish-chapter.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/quick-feedback.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/select-next-arc.md +2 -0
- package/expansion-packs/bmad-creative-writing/tasks/workshop-dialog.md +2 -0
- package/expansion-packs/bmad-creative-writing/templates/beta-feedback-form.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/templates/chapter-draft-tmpl.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/templates/character-profile-tmpl.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/templates/cover-design-brief-tmpl.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/templates/premise-brief-tmpl.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/templates/scene-list-tmpl.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/templates/story-outline-tmpl.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/templates/world-guide-tmpl.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/workflows/book-cover-design-workflow.md +2 -0
- package/expansion-packs/bmad-creative-writing/workflows/novel-greenfield-workflow.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/workflows/novel-serial-workflow.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/workflows/novel-snowflake-workflow.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/workflows/novel-writing.yaml +2 -1
- package/expansion-packs/bmad-creative-writing/workflows/screenplay-development.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/workflows/series-planning.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/workflows/short-story-creation.yaml +1 -0
- package/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.md +2 -0
- package/expansion-packs/bmad-infrastructure-devops/checklists/infrastructure-checklist.md +2 -0
- package/expansion-packs/bmad-infrastructure-devops/config.yaml +1 -0
- package/expansion-packs/bmad-infrastructure-devops/data/bmad-kb.md +2 -0
- package/expansion-packs/bmad-infrastructure-devops/tasks/review-infrastructure.md +2 -0
- package/expansion-packs/bmad-infrastructure-devops/tasks/validate-infrastructure.md +2 -0
- package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml +1 -0
- package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml +1 -0
- package/package.json +13 -11
- package/release_notes.md +5 -2
- package/tools/cli.js +2 -2
- package/tools/flattener/main.js +1 -6
- package/tools/installer/config/install.config.yaml +1 -1
- package/tools/installer/package.json +1 -1
- package/tools/shared/bannerArt.js +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "bmad-method",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.41.0",
|
|
5
5
|
"description": "Breakthrough Method of Agile AI-driven Development",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"agile",
|
|
@@ -69,31 +69,33 @@
|
|
|
69
69
|
]
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@kayvan/markdown-tree-parser": "^1.
|
|
73
|
-
"bmad-method": "^4.30.3",
|
|
72
|
+
"@kayvan/markdown-tree-parser": "^1.6.1",
|
|
74
73
|
"chalk": "^4.1.2",
|
|
75
74
|
"commander": "^14.0.0",
|
|
76
|
-
"fs-extra": "^11.3.
|
|
75
|
+
"fs-extra": "^11.3.1",
|
|
77
76
|
"glob": "^11.0.3",
|
|
78
77
|
"ignore": "^7.0.5",
|
|
79
78
|
"inquirer": "^8.2.6",
|
|
80
79
|
"js-yaml": "^4.1.0",
|
|
81
80
|
"ora": "^5.4.1",
|
|
82
|
-
"semver": "^7.
|
|
81
|
+
"semver": "^7.7.2"
|
|
83
82
|
},
|
|
84
83
|
"devDependencies": {
|
|
85
|
-
"@eslint/js": "^9.
|
|
86
|
-
"
|
|
84
|
+
"@eslint/js": "^9.34.0",
|
|
85
|
+
"@semantic-release/changelog": "6.0.3",
|
|
86
|
+
"@semantic-release/git": "^10.0.1",
|
|
87
|
+
"eslint": "^9.34.0",
|
|
87
88
|
"eslint-config-prettier": "^10.1.8",
|
|
88
89
|
"eslint-plugin-n": "^17.21.3",
|
|
89
90
|
"eslint-plugin-unicorn": "^60.0.0",
|
|
90
91
|
"eslint-plugin-yml": "^1.18.0",
|
|
91
92
|
"husky": "^9.1.7",
|
|
92
|
-
"jest": "^30.0.
|
|
93
|
-
"lint-staged": "^16.1.
|
|
94
|
-
"prettier": "^3.
|
|
93
|
+
"jest": "^30.0.5",
|
|
94
|
+
"lint-staged": "^16.1.5",
|
|
95
|
+
"prettier": "^3.6.2",
|
|
95
96
|
"prettier-plugin-packagejson": "^2.5.19",
|
|
96
|
-
"
|
|
97
|
+
"semantic-release": "24.2.7",
|
|
98
|
+
"yaml-eslint-parser": "^1.3.0",
|
|
97
99
|
"yaml-lint": "^1.7.0"
|
|
98
100
|
},
|
|
99
101
|
"engines": {
|
package/release_notes.md
CHANGED
|
@@ -1,15 +1,18 @@
|
|
|
1
|
-
## 🚀 What's New in v4.
|
|
1
|
+
## 🚀 What's New in v4.41.0
|
|
2
2
|
|
|
3
3
|
### 🐛 Bug Fixes
|
|
4
4
|
- fix: update installer version display to show 4.39.0
|
|
5
5
|
- fix: prettier fixes
|
|
6
6
|
- fix: previous merge set wrong default install location
|
|
7
|
+
- fix: documentation and trademark updates
|
|
8
|
+
- fix: remove incorrect else branch causing flatten command regression (#452)
|
|
7
9
|
|
|
8
10
|
### 📦 Other Changes
|
|
9
11
|
- patch: move script to tools folder
|
|
10
12
|
|
|
11
13
|
### 🔧 Maintenance
|
|
12
14
|
- chore: bump to 4.39.1 to fix installer version display
|
|
15
|
+
- chore: update project dependencies and development tooling (#508)
|
|
13
16
|
|
|
14
17
|
|
|
15
18
|
## 📦 Installation
|
|
@@ -18,4 +21,4 @@
|
|
|
18
21
|
npx bmad-method install
|
|
19
22
|
```
|
|
20
23
|
|
|
21
|
-
**Full Changelog**: https://github.com/bmadcode/BMAD-METHOD/compare/v4.39.0...v4.
|
|
24
|
+
**Full Changelog**: https://github.com/bmadcode/BMAD-METHOD/compare/v4.39.0...v4.41.0
|
package/tools/cli.js
CHANGED
|
@@ -8,7 +8,7 @@ const program = new Command();
|
|
|
8
8
|
|
|
9
9
|
program
|
|
10
10
|
.name('bmad-build')
|
|
11
|
-
.description('
|
|
11
|
+
.description('BMAD-METHOD™ build tool for creating web bundles')
|
|
12
12
|
.version('4.0.0');
|
|
13
13
|
|
|
14
14
|
program
|
|
@@ -136,7 +136,7 @@ program
|
|
|
136
136
|
|
|
137
137
|
program
|
|
138
138
|
.command('upgrade')
|
|
139
|
-
.description('Upgrade a
|
|
139
|
+
.description('Upgrade a BMAD-METHOD™ V3 project to V4')
|
|
140
140
|
.option('-p, --project <path>', 'Path to V3 project (defaults to current directory)')
|
|
141
141
|
.option('--dry-run', 'Show what would be changed without making changes')
|
|
142
142
|
.option('--no-backup', 'Skip creating backup (not recommended)')
|
package/tools/flattener/main.js
CHANGED
|
@@ -68,7 +68,7 @@ const program = new Command();
|
|
|
68
68
|
|
|
69
69
|
program
|
|
70
70
|
.name('bmad-flatten')
|
|
71
|
-
.description('
|
|
71
|
+
.description('BMAD-METHOD™ codebase flattener tool')
|
|
72
72
|
.version('1.0.0')
|
|
73
73
|
.option('-i, --input <path>', 'Input directory to flatten', process.cwd())
|
|
74
74
|
.option('-o, --output <path>', 'Output file path', 'flattened-codebase.xml')
|
|
@@ -115,11 +115,6 @@ program
|
|
|
115
115
|
path.join(inputDir, 'flattened-codebase.xml'),
|
|
116
116
|
);
|
|
117
117
|
}
|
|
118
|
-
} else {
|
|
119
|
-
console.error(
|
|
120
|
-
'Could not auto-detect a project root and no arguments were provided. Please specify -i/--input and -o/--output.',
|
|
121
|
-
);
|
|
122
|
-
process.exit(1);
|
|
123
118
|
}
|
|
124
119
|
|
|
125
120
|
// Ensure output directory exists
|
|
@@ -105,7 +105,7 @@ ide-configurations:
|
|
|
105
105
|
format: custom-modes
|
|
106
106
|
file: .kilocodemodes
|
|
107
107
|
instructions: |
|
|
108
|
-
# To use BMAD agents in Kilo Code:
|
|
108
|
+
# To use BMAD™ agents in Kilo Code:
|
|
109
109
|
# 1. Open the mode selector in VSCode
|
|
110
110
|
# 2. Select a bmad-{agent} mode (e.g. "bmad-dev")
|
|
111
111
|
# 3. The AI adopts that agent's persona and capabilities
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// ASCII banner art definitions extracted from banners.js to separate art from logic
|
|
2
2
|
|
|
3
|
-
const BMAD_TITLE = 'BMAD-METHOD';
|
|
3
|
+
const BMAD_TITLE = 'BMAD-METHOD™';
|
|
4
4
|
const FLATTENER_TITLE = 'FLATTENER';
|
|
5
5
|
const INSTALLER_TITLE = 'INSTALLER';
|
|
6
6
|
|
|
@@ -65,7 +65,7 @@ const INSTALLER_MEDIUM = `
|
|
|
65
65
|
// Width: 30 columns total (28 inner)
|
|
66
66
|
const BMAD_SMALL = `
|
|
67
67
|
╭──────────────────────────╮
|
|
68
|
-
│
|
|
68
|
+
│ BMAD-METHOD™ │
|
|
69
69
|
╰──────────────────────────╯
|
|
70
70
|
`;
|
|
71
71
|
|
|
@@ -82,7 +82,7 @@ const INSTALLER_SMALL = `
|
|
|
82
82
|
`;
|
|
83
83
|
|
|
84
84
|
// Tiny (compact brackets)
|
|
85
|
-
const BMAD_TINY = `[ BMAD-METHOD ]`;
|
|
85
|
+
const BMAD_TINY = `[ BMAD-METHOD™ ]`;
|
|
86
86
|
const FLATTENER_TINY = `[ FLATTENER ]`;
|
|
87
87
|
const INSTALLER_TINY = `[ INSTALLER ]`;
|
|
88
88
|
|