bmad-method 6.0.0-alpha.15 → 6.0.0-alpha.17
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/.coderabbit.yaml +8 -4
- package/.github/scripts/discord-helpers.sh +21 -2
- package/.github/workflows/discord.yaml +31 -7
- package/.github/workflows/manual-release.yaml +12 -42
- package/.markdownlint-cli2.yaml +2 -2
- package/.prettierignore +2 -2
- package/.vscode/settings.json +1 -1
- package/CHANGELOG.md +126 -1
- package/LICENSE +1 -1
- package/README.md +29 -2
- package/docs/agent-customization-guide.md +10 -10
- package/docs/custom-content-installation.md +100 -196
- package/docs/custom-content.md +122 -0
- package/docs/ide-info/crush.md +1 -1
- package/docs/ide-info/cursor.md +7 -7
- package/docs/ide-info/iflow.md +3 -3
- package/docs/ide-info/opencode.md +1 -1
- package/docs/ide-info/rovo-dev.md +1 -1
- package/docs/index.md +2 -2
- package/docs/installers-bundlers/ide-injections.md +2 -2
- package/docs/installers-bundlers/installers-modules-platforms-reference.md +25 -25
- package/docs/sample-custom-modules/README.md +11 -0
- package/docs/sample-custom-modules/sample-unitary-module/README.md +8 -0
- package/{example-custom-content → docs/sample-custom-modules/sample-unitary-module}/agents/commit-poet/commit-poet.agent.yaml +1 -1
- package/{example-custom-content → docs/sample-custom-modules/sample-unitary-module}/agents/toolsmith/toolsmith.agent.yaml +14 -14
- package/{example-custom-content → docs/sample-custom-modules/sample-unitary-module}/module.yaml +5 -1
- package/{example-custom-content → docs/sample-custom-modules/sample-unitary-module}/workflows/quiz-master/steps/step-01-init.md +2 -2
- package/{example-custom-content → docs/sample-custom-modules/sample-unitary-module}/workflows/quiz-master/steps/step-02-q1.md +1 -1
- package/{example-custom-content → docs/sample-custom-modules/sample-unitary-module}/workflows/quiz-master/steps/step-03-q2.md +1 -1
- package/{example-custom-content → docs/sample-custom-modules/sample-unitary-module}/workflows/quiz-master/steps/step-04-q3.md +1 -1
- package/{example-custom-content → docs/sample-custom-modules/sample-unitary-module}/workflows/quiz-master/steps/step-05-q4.md +1 -1
- package/{example-custom-content → docs/sample-custom-modules/sample-unitary-module}/workflows/quiz-master/steps/step-06-q5.md +1 -1
- package/{example-custom-content → docs/sample-custom-modules/sample-unitary-module}/workflows/quiz-master/steps/step-07-q6.md +1 -1
- package/{example-custom-content → docs/sample-custom-modules/sample-unitary-module}/workflows/quiz-master/steps/step-08-q7.md +1 -1
- package/{example-custom-content → docs/sample-custom-modules/sample-unitary-module}/workflows/quiz-master/steps/step-09-q8.md +1 -1
- package/{example-custom-content → docs/sample-custom-modules/sample-unitary-module}/workflows/quiz-master/steps/step-10-q9.md +1 -1
- package/{example-custom-content → docs/sample-custom-modules/sample-unitary-module}/workflows/quiz-master/steps/step-11-q10.md +1 -1
- package/{example-custom-content → docs/sample-custom-modules/sample-unitary-module}/workflows/quiz-master/steps/step-12-results.md +1 -1
- package/{example-custom-content → docs/sample-custom-modules/sample-unitary-module}/workflows/quiz-master/workflow.md +1 -1
- package/docs/sample-custom-modules/sample-wellness-module/README.md +6 -0
- package/{example-custom-module/mwm → docs/sample-custom-modules/sample-wellness-module}/agents/meditation-guide.agent.yaml +37 -39
- package/docs/sample-custom-modules/sample-wellness-module/agents/wellness-companion/foo.md +3 -0
- package/docs/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/addition1.md +1 -0
- package/{example-custom-module/mwm → docs/sample-custom-modules/sample-wellness-module}/agents/wellness-companion/wellness-companion.agent.yaml +8 -13
- package/docs/sample-custom-modules/sample-wellness-module/module.yaml +17 -0
- package/{example-custom-module/mwm → docs/sample-custom-modules/sample-wellness-module}/workflows/wellness-journal/workflow.md +3 -3
- package/docs/v4-to-v6-upgrade.md +27 -27
- package/docs/web-bundles-gemini-gpt-guide.md +6 -458
- package/eslint.config.mjs +2 -2
- package/package.json +1 -1
- package/src/core/agents/bmad-master.agent.yaml +6 -11
- package/src/core/module.yaml +10 -24
- package/src/core/resources/excalidraw/README.md +6 -6
- package/src/core/tasks/advanced-elicitation.xml +3 -3
- package/src/core/tasks/index-docs.xml +1 -1
- package/src/core/tasks/validate-workflow.xml +1 -1
- package/src/core/tasks/workflow.xml +4 -4
- package/src/core/tools/shard-doc.xml +12 -12
- package/src/core/workflows/brainstorming/workflow.md +3 -3
- package/src/core/workflows/party-mode/steps/step-01-agent-loading.md +2 -2
- package/src/core/workflows/party-mode/workflow.md +4 -4
- package/src/modules/bmb/agents/bmad-builder.agent.yaml +15 -15
- package/src/modules/bmb/{README.md → docs/README.md} +15 -27
- package/src/modules/bmb/docs/agents/agent-compilation.md +3 -3
- package/src/modules/bmb/docs/agents/agent-menu-patterns.md +23 -24
- package/src/modules/bmb/docs/agents/expert-agent-architecture.md +21 -22
- package/src/modules/bmb/docs/agents/index.md +1 -1
- package/src/modules/bmb/docs/agents/simple-agent-architecture.md +17 -52
- package/src/modules/bmb/docs/agents/understanding-agent-types.md +6 -6
- package/src/modules/bmb/docs/workflows/architecture.md +1 -1
- package/src/modules/bmb/docs/workflows/common-workflow-tools.csv +3 -3
- package/src/modules/bmb/docs/workflows/templates/step-01-init-continuable-template.md +1 -1
- package/src/modules/bmb/docs/workflows/templates/step-1b-template.md +1 -1
- package/src/modules/bmb/docs/workflows/templates/step-file.md +3 -3
- package/src/modules/bmb/docs/workflows/templates/step-template.md +3 -3
- package/src/modules/bmb/docs/workflows/templates/workflow-template.md +2 -2
- package/src/modules/bmb/docs/workflows/templates/workflow.md +1 -1
- package/src/modules/bmb/module.yaml +6 -16
- package/src/modules/bmb/reference/agents/expert-examples/journal-keeper/journal-keeper.agent.yaml +7 -7
- package/src/modules/bmb/reference/agents/module-examples/README.md +3 -4
- package/src/modules/bmb/reference/agents/module-examples/security-engineer.agent.yaml +5 -5
- package/src/modules/bmb/reference/agents/module-examples/trend-analyst.agent.yaml +7 -7
- package/src/modules/bmb/reference/agents/simple-examples/README.md +1 -1
- package/src/modules/bmb/reference/agents/simple-examples/commit-poet.agent.yaml +1 -1
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01-init.md +1 -1
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md +1 -1
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md +3 -3
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md +3 -3
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-04-strategy.md +5 -5
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +5 -5
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-06-prep-schedule.md +5 -5
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/workflow.md +2 -2
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/README.md +1 -3
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/security-engineer.agent.yaml +6 -6
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/trend-analyst.agent.yaml +7 -7
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/simple-examples/README.md +1 -1
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/simple-examples/commit-poet.agent.yaml +1 -1
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-01-init.md +1 -1
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md +1 -1
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md +3 -3
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md +3 -3
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-04-strategy.md +5 -5
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +5 -5
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-06-prep-schedule.md +5 -5
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/workflow.md +2 -2
- package/src/modules/bmb/workflows/create-agent/data/validation-complete.md +5 -5
- package/src/modules/bmb/workflows/create-agent/steps/step-01-brainstorm.md +5 -5
- package/src/modules/bmb/workflows/create-agent/steps/step-02-discover.md +7 -11
- package/src/modules/bmb/workflows/create-agent/steps/step-03-persona.md +7 -7
- package/src/modules/bmb/workflows/create-agent/steps/step-04-commands.md +10 -10
- package/src/modules/bmb/workflows/create-agent/steps/step-05-name.md +7 -6
- package/src/modules/bmb/workflows/create-agent/steps/step-06-build.md +20 -58
- package/src/modules/bmb/workflows/create-agent/steps/step-07-validate.md +6 -6
- package/src/modules/bmb/workflows/create-agent/steps/{step-11-celebrate.md → step-08-celebrate.md} +3 -7
- package/src/modules/bmb/workflows/create-agent/templates/agent-plan.template.md +3 -0
- package/src/modules/bmb/workflows/create-agent/templates/expert-agent.template.md +364 -0
- package/src/modules/bmb/workflows/create-agent/templates/simple-agent.template.md +257 -0
- package/src/modules/bmb/workflows/create-agent/workflow.md +2 -35
- package/src/modules/bmb/workflows/create-module/steps/step-01-init.md +4 -4
- package/src/modules/bmb/workflows/create-module/steps/step-01b-continue.md +2 -2
- package/src/modules/bmb/workflows/create-module/steps/step-02-concept.md +5 -5
- package/src/modules/bmb/workflows/create-module/steps/step-03-components.md +5 -5
- package/src/modules/bmb/workflows/create-module/steps/step-04-structure.md +6 -6
- package/src/modules/bmb/workflows/create-module/steps/step-05-config.md +5 -5
- package/src/modules/bmb/workflows/create-module/steps/step-06-agents.md +9 -9
- package/src/modules/bmb/workflows/create-module/steps/step-07-workflows.md +5 -5
- package/src/modules/bmb/workflows/create-module/steps/step-08-installer.md +8 -8
- package/src/modules/bmb/workflows/create-module/steps/step-09-documentation.md +7 -7
- package/src/modules/bmb/workflows/create-module/steps/step-10-roadmap.md +7 -7
- package/src/modules/bmb/workflows/create-module/steps/step-11-validate.md +6 -6
- package/src/modules/bmb/workflows/create-module/templates/agent.template.md +15 -19
- package/src/modules/bmb/workflows/create-module/templates/module.template.yaml +1 -1
- package/src/modules/bmb/workflows/create-module/workflow.md +3 -3
- package/src/modules/bmb/workflows/create-workflow/steps/step-01-init.md +4 -4
- package/src/modules/bmb/workflows/create-workflow/steps/step-02-gather.md +6 -6
- package/src/modules/bmb/workflows/create-workflow/steps/step-03-tools-configuration.md +5 -5
- package/src/modules/bmb/workflows/create-workflow/steps/step-04-plan-review.md +4 -4
- package/src/modules/bmb/workflows/create-workflow/steps/step-05-output-format-design.md +4 -4
- package/src/modules/bmb/workflows/create-workflow/steps/step-06-design.md +11 -11
- package/src/modules/bmb/workflows/create-workflow/steps/step-07-build.md +14 -14
- package/src/modules/bmb/workflows/create-workflow/steps/step-08-review.md +4 -4
- package/src/modules/bmb/workflows/create-workflow/steps/step-09-complete.md +2 -2
- package/src/modules/bmb/workflows/create-workflow/workflow.md +2 -2
- package/src/modules/bmb/workflows/edit-agent/steps/step-01-discover-intent.md +3 -3
- package/src/modules/bmb/workflows/edit-agent/steps/step-02-analyze-agent.md +13 -13
- package/src/modules/bmb/workflows/edit-agent/steps/step-03-propose-changes.md +5 -5
- package/src/modules/bmb/workflows/edit-agent/steps/step-04-apply-changes.md +3 -3
- package/src/modules/bmb/workflows/edit-agent/steps/step-05-validate.md +5 -5
- package/src/modules/bmb/workflows/edit-agent/workflow.md +1 -1
- package/src/modules/bmb/workflows/edit-workflow/steps/step-01-analyze.md +4 -4
- package/src/modules/bmb/workflows/edit-workflow/steps/step-02-discover.md +3 -3
- package/src/modules/bmb/workflows/edit-workflow/steps/step-03-improve.md +6 -6
- package/src/modules/bmb/workflows/edit-workflow/steps/step-04-validate.md +3 -3
- package/src/modules/bmb/workflows/edit-workflow/steps/step-05-compliance-check.md +3 -3
- package/src/modules/bmb/workflows/edit-workflow/workflow.md +1 -1
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-01-validate-goal.md +3 -3
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-02-workflow-validation.md +5 -5
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-03-step-validation.md +6 -6
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-04-file-validation.md +4 -4
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-05-intent-spectrum-validation.md +4 -4
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-06-web-subprocess-validation.md +4 -4
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-07-holistic-analysis.md +4 -4
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-08-generate-report.md +3 -3
- package/src/modules/bmb/workflows/workflow-compliance-check/workflow.md +1 -1
- package/src/modules/bmb/workflows-legacy/edit-module/README.md +1 -17
- package/src/modules/bmb/workflows-legacy/edit-module/checklist.md +3 -4
- package/src/modules/bmb/workflows-legacy/edit-module/instructions.md +4 -5
- package/src/modules/bmb/workflows-legacy/edit-module/workflow.yaml +10 -10
- package/src/modules/bmb/workflows-legacy/module-brief/README.md +2 -2
- package/src/modules/bmb/workflows-legacy/module-brief/instructions.md +2 -2
- package/src/modules/bmb/workflows-legacy/module-brief/workflow.yaml +4 -4
- package/src/modules/bmgd/README.md +1 -1
- package/src/modules/bmgd/agents/game-architect.agent.yaml +6 -6
- package/src/modules/bmgd/agents/game-designer.agent.yaml +7 -7
- package/src/modules/bmgd/agents/game-dev.agent.yaml +10 -10
- package/src/modules/bmgd/agents/game-scrum-master.agent.yaml +21 -21
- package/src/modules/bmgd/module.yaml +2 -8
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/instructions.md +1 -1
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/workflow.yaml +9 -9
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/instructions.md +1 -1
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/workflow.yaml +8 -8
- package/src/modules/bmgd/workflows/2-design/gdd/instructions-gdd.md +4 -4
- package/src/modules/bmgd/workflows/2-design/gdd/workflow.yaml +30 -30
- package/src/modules/bmgd/workflows/2-design/narrative/instructions-narrative.md +1 -1
- package/src/modules/bmgd/workflows/2-design/narrative/workflow.yaml +5 -5
- package/src/modules/bmgd/workflows/3-technical/game-architecture/instructions.md +1 -1
- package/src/modules/bmgd/workflows/3-technical/game-architecture/workflow.yaml +2 -2
- package/src/modules/bmgd/workflows/4-production/code-review/instructions.md +4 -4
- package/src/modules/bmgd/workflows/4-production/code-review/workflow.yaml +2 -2
- package/src/modules/bmgd/workflows/4-production/correct-course/checklist.md +1 -1
- package/src/modules/bmgd/workflows/4-production/correct-course/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/correct-course/workflow.yaml +2 -2
- package/src/modules/bmgd/workflows/4-production/create-story/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/create-story/workflow.yaml +2 -2
- package/src/modules/bmgd/workflows/4-production/dev-story/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/dev-story/workflow.yaml +2 -2
- package/src/modules/bmgd/workflows/4-production/epic-tech-context/checklist.md +1 -1
- package/src/modules/bmgd/workflows/4-production/epic-tech-context/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/epic-tech-context/workflow.yaml +2 -2
- package/src/modules/bmgd/workflows/4-production/retrospective/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/retrospective/workflow.yaml +3 -3
- package/src/modules/bmgd/workflows/4-production/sprint-planning/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/sprint-planning/workflow.yaml +2 -2
- package/src/modules/bmgd/workflows/4-production/story-context/checklist.md +1 -1
- package/src/modules/bmgd/workflows/4-production/story-context/context-template.xml +2 -2
- package/src/modules/bmgd/workflows/4-production/story-context/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/story-context/workflow.yaml +2 -2
- package/src/modules/bmgd/workflows/4-production/story-done/instructions.md +1 -1
- package/src/modules/bmgd/workflows/4-production/story-done/workflow.yaml +2 -2
- package/src/modules/bmgd/workflows/4-production/story-ready/instructions.md +1 -1
- package/src/modules/bmgd/workflows/4-production/story-ready/workflow.yaml +2 -2
- package/src/modules/bmm/README.md +1 -1
- package/src/modules/bmm/agents/analyst.agent.yaml +9 -9
- package/src/modules/bmm/agents/architect.agent.yaml +8 -8
- package/src/modules/bmm/agents/dev.agent.yaml +5 -5
- package/src/modules/bmm/agents/pm.agent.yaml +8 -8
- package/src/modules/bmm/agents/quick-flow-solo-dev.agent.yaml +5 -5
- package/src/modules/bmm/agents/sm.agent.yaml +11 -11
- package/src/modules/bmm/agents/tea.agent.yaml +13 -13
- package/src/modules/bmm/agents/tech-writer.agent.yaml +9 -9
- package/src/modules/bmm/agents/ux-designer.agent.yaml +6 -6
- package/src/modules/bmm/docs/README.md +0 -25
- package/src/modules/bmm/docs/agents-guide.md +16 -14
- package/src/modules/bmm/docs/brownfield-guide.md +6 -6
- package/src/modules/bmm/docs/enterprise-agentic-development.md +3 -3
- package/src/modules/bmm/docs/faq.md +5 -18
- package/src/modules/bmm/docs/glossary.md +3 -4
- package/src/modules/bmm/docs/images/README.md +1 -1
- package/src/modules/bmm/docs/images/workflow-method-greenfield.excalidraw +8 -8
- package/src/modules/bmm/docs/party-mode.md +3 -3
- package/src/modules/bmm/docs/quick-flow-solo-dev.md +5 -5
- package/src/modules/bmm/docs/quick-spec-flow.md +2 -16
- package/src/modules/bmm/docs/quick-start.md +3 -3
- package/src/modules/bmm/docs/test-architecture.md +15 -23
- package/src/modules/bmm/docs/troubleshooting.md +6 -25
- package/src/modules/bmm/docs/workflow-document-project-reference.md +1 -1
- package/src/modules/bmm/docs/workflows-implementation.md +3 -104
- package/src/modules/bmm/module.yaml +25 -24
- package/src/modules/bmm/testarch/knowledge/overview.md +0 -1
- package/src/modules/bmm/workflows/1-analysis/{product-brief → create-product-brief}/steps/step-01-init.md +1 -1
- package/src/modules/bmm/workflows/1-analysis/{product-brief → create-product-brief}/steps/step-01b-continue.md +1 -1
- package/src/modules/bmm/workflows/1-analysis/{product-brief → create-product-brief}/steps/step-02-vision.md +3 -3
- package/src/modules/bmm/workflows/1-analysis/{product-brief → create-product-brief}/steps/step-03-users.md +3 -3
- package/src/modules/bmm/workflows/1-analysis/{product-brief → create-product-brief}/steps/step-04-metrics.md +3 -3
- package/src/modules/bmm/workflows/1-analysis/{product-brief → create-product-brief}/steps/step-05-scope.md +3 -3
- package/src/modules/bmm/workflows/1-analysis/{product-brief → create-product-brief}/steps/step-06-complete.md +5 -3
- package/src/modules/bmm/workflows/1-analysis/{product-brief → create-product-brief}/workflow.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/research/workflow.md +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +1 -1
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +1 -1
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +3 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +7 -7
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +8 -8
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +12 -12
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +12 -12
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +10 -10
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +7 -7
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +9 -9
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +9 -9
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +1 -1
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/{implementation-readiness → check-implementation-readiness}/steps/step-01-document-discovery.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/{implementation-readiness → check-implementation-readiness}/steps/step-02-prd-analysis.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/{implementation-readiness → check-implementation-readiness}/steps/step-03-epic-coverage-validation.md +6 -6
- package/src/modules/bmm/workflows/3-solutioning/{implementation-readiness → check-implementation-readiness}/steps/step-04-ux-alignment.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/{implementation-readiness → check-implementation-readiness}/steps/step-05-epic-quality-review.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/{implementation-readiness → check-implementation-readiness}/steps/step-06-final-assessment.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/{implementation-readiness → check-implementation-readiness}/workflow.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/{architecture → create-architecture}/steps/step-01-init.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/{architecture → create-architecture}/steps/step-02-context.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/{architecture → create-architecture}/steps/step-03-starter.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/{architecture → create-architecture}/steps/step-04-decisions.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/{architecture → create-architecture}/steps/step-05-patterns.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/{architecture → create-architecture}/steps/step-06-structure.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/{architecture → create-architecture}/steps/step-07-validation.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/{architecture → create-architecture}/steps/step-08-complete.md +3 -3
- package/src/modules/bmm/workflows/3-solutioning/{architecture → create-architecture}/workflow.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +3 -3
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +3 -3
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +3 -3
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +3 -3
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +3 -3
- package/src/modules/bmm/workflows/4-implementation/code-review/instructions.xml +4 -3
- package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/4-implementation/correct-course/checklist.md +1 -1
- package/src/modules/bmm/workflows/4-implementation/correct-course/instructions.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/correct-course/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/4-implementation/create-story/checklist.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/create-story/instructions.xml +5 -5
- package/src/modules/bmm/workflows/4-implementation/create-story/template.md +3 -5
- package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/4-implementation/dev-story/checklist.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.xml +11 -8
- package/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/4-implementation/retrospective/instructions.md +3 -3
- package/src/modules/bmm/workflows/4-implementation/retrospective/workflow.yaml +3 -3
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/instructions.md +15 -22
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +4 -5
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/4-implementation/sprint-status/instructions.md +90 -35
- package/src/modules/bmm/workflows/4-implementation/sprint-status/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml +5 -5
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml +7 -7
- package/src/modules/bmm/workflows/document-project/instructions.md +5 -5
- package/src/modules/bmm/workflows/document-project/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/document-project/workflows/deep-dive.yaml +5 -5
- package/src/modules/bmm/workflows/document-project/workflows/full-scan.yaml +5 -5
- package/src/modules/bmm/workflows/{diagrams → excalidraw-diagrams}/create-dataflow/instructions.md +1 -1
- package/src/modules/bmm/workflows/{diagrams → excalidraw-diagrams}/create-dataflow/workflow.yaml +6 -6
- package/src/modules/bmm/workflows/{diagrams → excalidraw-diagrams}/create-diagram/instructions.md +2 -2
- package/src/modules/bmm/workflows/{diagrams → excalidraw-diagrams}/create-diagram/workflow.yaml +6 -6
- package/src/modules/bmm/workflows/{diagrams → excalidraw-diagrams}/create-flowchart/instructions.md +2 -2
- package/src/modules/bmm/workflows/{diagrams → excalidraw-diagrams}/create-flowchart/workflow.yaml +6 -6
- package/src/modules/bmm/workflows/{diagrams → excalidraw-diagrams}/create-wireframe/instructions.md +1 -1
- package/src/modules/bmm/workflows/{diagrams → excalidraw-diagrams}/create-wireframe/workflow.yaml +6 -6
- package/src/modules/bmm/workflows/generate-project-context/steps/step-01-discover.md +2 -2
- package/src/modules/bmm/workflows/generate-project-context/steps/step-02-generate.md +3 -3
- package/src/modules/bmm/workflows/generate-project-context/steps/step-03-complete.md +2 -2
- package/src/modules/bmm/workflows/generate-project-context/workflow.md +5 -5
- package/src/modules/bmm/workflows/testarch/atdd/instructions.md +2 -2
- package/src/modules/bmm/workflows/testarch/atdd/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/testarch/automate/instructions.md +2 -2
- package/src/modules/bmm/workflows/testarch/automate/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/testarch/ci/instructions.md +1 -1
- package/src/modules/bmm/workflows/testarch/ci/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/testarch/framework/instructions.md +3 -3
- package/src/modules/bmm/workflows/testarch/framework/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/testarch/nfr-assess/instructions.md +1 -1
- package/src/modules/bmm/workflows/testarch/nfr-assess/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/testarch/test-design/instructions.md +3 -3
- package/src/modules/bmm/workflows/testarch/test-design/test-design-template.md +1 -1
- package/src/modules/bmm/workflows/testarch/test-design/workflow.yaml +10 -4
- package/src/modules/bmm/workflows/testarch/test-review/instructions.md +1 -1
- package/src/modules/bmm/workflows/testarch/test-review/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/testarch/trace/instructions.md +6 -6
- package/src/modules/bmm/workflows/testarch/trace/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/workflow-status/init/instructions.md +1 -1
- package/src/modules/bmm/workflows/workflow-status/init/workflow.yaml +4 -4
- package/src/modules/bmm/workflows/workflow-status/instructions.md +3 -3
- package/src/modules/bmm/workflows/workflow-status/project-levels.yaml +1 -1
- package/src/modules/bmm/workflows/workflow-status/workflow.yaml +2 -2
- package/src/modules/cis/agents/brainstorming-coach.agent.yaml +4 -4
- package/src/modules/cis/agents/creative-problem-solver.agent.yaml +4 -4
- package/src/modules/cis/agents/design-thinking-coach.agent.yaml +4 -4
- package/src/modules/cis/agents/innovation-strategist.agent.yaml +4 -4
- package/src/modules/cis/agents/presentation-master.agent.yaml +3 -3
- package/src/modules/cis/agents/storyteller/storyteller-sidecar/stories-told.md +7 -0
- package/src/modules/cis/agents/storyteller/storyteller-sidecar/story-preferences.md +7 -0
- package/src/modules/cis/agents/{storyteller.agent.yaml → storyteller/storyteller.agent.yaml} +9 -4
- package/src/modules/cis/module.yaml +3 -8
- package/src/modules/cis/{README.md → readme.md} +1 -1
- package/src/modules/cis/workflows/README.md +1 -1
- package/src/modules/cis/workflows/design-thinking/instructions.md +2 -2
- package/src/modules/cis/workflows/design-thinking/workflow.yaml +7 -7
- package/src/modules/cis/workflows/innovation-strategy/instructions.md +2 -2
- package/src/modules/cis/workflows/innovation-strategy/workflow.yaml +7 -7
- package/src/modules/cis/workflows/problem-solving/instructions.md +2 -2
- package/src/modules/cis/workflows/problem-solving/workflow.yaml +7 -7
- package/src/modules/cis/workflows/storytelling/instructions.md +2 -2
- package/src/modules/cis/workflows/storytelling/workflow.yaml +7 -7
- package/src/utility/agent-components/activation-rules.txt +7 -0
- package/src/utility/agent-components/activation-steps.txt +13 -0
- package/src/utility/agent-components/agent-command-header.md +1 -0
- package/src/utility/{templates → agent-components}/agent.customize.template.yaml +0 -1
- package/src/utility/agent-components/handler-action.txt +4 -0
- package/src/utility/agent-components/handler-exec.txt +6 -0
- package/src/utility/agent-components/handler-multi.txt +14 -0
- package/src/utility/agent-components/handler-tmpl.txt +5 -0
- package/src/utility/agent-components/handler-validate-workflow.txt +7 -0
- package/src/utility/agent-components/handler-workflow.txt +10 -0
- package/src/utility/agent-components/menu-handlers.txt +6 -0
- package/test/README.md +1 -1
- package/test/test-agent-schema.js +2 -2
- package/tools/cli/README.md +1 -607
- package/tools/cli/commands/build.js +7 -7
- package/tools/cli/commands/install.js +9 -20
- package/tools/cli/commands/list.js +13 -1
- package/tools/cli/installers/lib/core/config-collector.js +243 -73
- package/tools/cli/installers/lib/core/custom-module-cache.js +36 -16
- package/tools/cli/installers/lib/core/dependency-resolver.js +2 -2
- package/tools/cli/installers/lib/core/detector.js +16 -16
- package/tools/cli/installers/lib/core/ide-config-manager.js +9 -7
- package/tools/cli/installers/lib/core/installer.js +595 -1006
- package/tools/cli/installers/lib/core/manifest-generator.js +43 -40
- package/tools/cli/installers/lib/core/manifest.js +23 -20
- package/tools/cli/installers/lib/custom/handler.js +16 -49
- package/tools/cli/installers/lib/ide/_base-ide.js +26 -33
- package/tools/cli/installers/lib/ide/antigravity.js +3 -3
- package/tools/cli/installers/lib/ide/claude-code.js +3 -3
- package/tools/cli/installers/lib/ide/codex.js +2 -2
- package/tools/cli/installers/lib/ide/gemini.js +6 -6
- package/tools/cli/installers/lib/ide/kiro-cli.js +2 -2
- package/tools/cli/installers/lib/ide/opencode.js +2 -2
- package/tools/cli/installers/lib/ide/roo.js +15 -5
- package/tools/cli/installers/lib/ide/shared/agent-command-generator.js +2 -2
- package/tools/cli/installers/lib/ide/shared/module-injections.js +2 -2
- package/tools/cli/installers/lib/ide/shared/task-tool-command-generator.js +2 -2
- package/tools/cli/installers/lib/ide/shared/workflow-command-generator.js +4 -4
- package/tools/cli/installers/lib/ide/templates/agent-command-template.md +1 -1
- package/tools/cli/installers/lib/ide/templates/gemini-agent-command.toml +3 -3
- package/tools/cli/installers/lib/ide/templates/gemini-task-command.toml +3 -3
- package/tools/cli/installers/lib/ide/templates/workflow-command-template.md +1 -1
- package/tools/cli/installers/lib/modules/manager.js +304 -313
- package/tools/cli/lib/activation-builder.js +8 -13
- package/tools/cli/lib/agent/compiler.js +68 -168
- package/tools/cli/lib/agent/installer.js +8 -128
- package/tools/cli/lib/agent-analyzer.js +2 -2
- package/tools/cli/lib/agent-party-generator.js +5 -17
- package/tools/cli/lib/config.js +2 -2
- package/tools/cli/lib/platform-codes.js +2 -2
- package/tools/cli/lib/ui.js +610 -551
- package/tools/cli/lib/xml-handler.js +3 -55
- package/tools/cli/lib/yaml-format.js +4 -6
- package/tools/cli/lib/yaml-xml-builder.js +14 -26
- package/tools/flattener/ignoreRules.js +1 -1
- package/tools/flattener/xml.js +1 -7
- package/tools/lib/xml-utils.js +13 -0
- package/tools/migrate-custom-module-paths.js +2 -2
- package/tools/validate-agent-schema.js +2 -2
- package/docs/v6-open-items.md +0 -17
- package/example-custom-content/README.md +0 -8
- package/example-custom-module/mwm/README.md +0 -9
- package/example-custom-module/mwm/agents/cbt-coach/cbt-coach-sidecar/cognitive-distortions.md +0 -47
- package/example-custom-module/mwm/agents/cbt-coach/cbt-coach-sidecar/thought-records.md +0 -17
- package/example-custom-module/mwm/agents/cbt-coach/cbt-coach.agent.yaml +0 -151
- package/example-custom-module/mwm/agents/crisis-navigator.agent.yaml +0 -138
- package/example-custom-module/mwm/module.yaml +0 -28
- package/example-custom-module/mwm/workflows/cbt-thought-record/README.md +0 -31
- package/example-custom-module/mwm/workflows/cbt-thought-record/workflow.md +0 -45
- package/example-custom-module/mwm/workflows/crisis-support/README.md +0 -31
- package/example-custom-module/mwm/workflows/crisis-support/workflow.md +0 -45
- package/src/core/agents/bmad-web-orchestrator.agent.xml +0 -113
- package/src/modules/bmb/_module-installer/installer.js +0 -76
- package/src/modules/bmb/docs/agents/module-agent-architecture.md +0 -367
- package/src/modules/bmb/workflows/create-agent/steps/step-08-setup.md +0 -179
- package/src/modules/bmb/workflows/create-agent/steps/step-09-customize.md +0 -197
- package/src/modules/bmb/workflows/create-agent/steps/step-10-build-tools.md +0 -180
- package/src/modules/bmb/workflows/create-agent/templates/agent_commands.md +0 -21
- package/src/modules/bmb/workflows/create-agent/templates/agent_persona.md +0 -25
- package/src/modules/bmb/workflows/create-agent/templates/agent_purpose_and_type.md +0 -23
- package/src/modules/bmm/tasks/daily-standup.xml +0 -85
- package/src/modules/cis/agents/README.md +0 -104
- package/src/utility/models/action-command-header.md +0 -0
- package/src/utility/models/agent-activation-ide.xml +0 -51
- package/src/utility/models/agent-activation-web.xml +0 -50
- package/src/utility/models/agent-command-header.md +0 -1
- package/src/utility/models/agent-config-template.md +0 -23
- package/src/utility/models/agent-in-team-activation.xml +0 -3
- package/src/utility/models/fragments/activation-rules.xml +0 -7
- package/src/utility/models/fragments/activation-steps.xml +0 -16
- package/src/utility/models/fragments/handler-action.xml +0 -4
- package/src/utility/models/fragments/handler-exec.xml +0 -6
- package/src/utility/models/fragments/handler-multi.xml +0 -14
- package/src/utility/models/fragments/handler-tmpl.xml +0 -5
- package/src/utility/models/fragments/handler-validate-workflow.xml +0 -7
- package/src/utility/models/fragments/handler-workflow.xml +0 -9
- package/src/utility/models/fragments/menu-handlers.xml +0 -6
- package/src/utility/models/fragments/web-bundle-activation-steps.xml +0 -32
- package/tools/cli/bundlers/bundle-web.js +0 -179
- package/tools/cli/bundlers/test-analyst.js +0 -28
- package/tools/cli/bundlers/test-bundler.js +0 -118
- package/tools/cli/bundlers/web-bundler.js +0 -1764
- package/tools/cli/installers/lib/core/post-install-sidecar-replacement.js +0 -79
- package/tools/cli/lib/replace-project-root.js +0 -239
- package/tools/cli/regenerate-manifests.js +0 -28
- package/tools/cli/test-yaml-builder.js +0 -43
- /package/{example-custom-content → docs/sample-custom-modules/sample-unitary-module}/agents/toolsmith/toolsmith-sidecar/instructions.md +0 -0
- /package/{example-custom-content → docs/sample-custom-modules/sample-unitary-module}/agents/toolsmith/toolsmith-sidecar/knowledge/bundlers.md +0 -0
- /package/{example-custom-content → docs/sample-custom-modules/sample-unitary-module}/agents/toolsmith/toolsmith-sidecar/knowledge/deploy.md +0 -0
- /package/{example-custom-content → docs/sample-custom-modules/sample-unitary-module}/agents/toolsmith/toolsmith-sidecar/knowledge/docs.md +0 -0
- /package/{example-custom-content → docs/sample-custom-modules/sample-unitary-module}/agents/toolsmith/toolsmith-sidecar/knowledge/installers.md +0 -0
- /package/{example-custom-content → docs/sample-custom-modules/sample-unitary-module}/agents/toolsmith/toolsmith-sidecar/knowledge/modules.md +0 -0
- /package/{example-custom-content → docs/sample-custom-modules/sample-unitary-module}/agents/toolsmith/toolsmith-sidecar/knowledge/tests.md +0 -0
- /package/{example-custom-content → docs/sample-custom-modules/sample-unitary-module}/agents/toolsmith/toolsmith-sidecar/memories.md +0 -0
- /package/{example-custom-content → docs/sample-custom-modules/sample-unitary-module}/workflows/quiz-master/templates/csv-headers.template +0 -0
- /package/{example-custom-content → docs/sample-custom-modules/sample-unitary-module}/workflows/wassup/workflow.md +0 -0
- /package/{example-custom-module/mwm → docs/sample-custom-modules/sample-wellness-module}/agents/wellness-companion/wellness-companion-sidecar/insights.md +0 -0
- /package/{example-custom-module/mwm → docs/sample-custom-modules/sample-wellness-module}/agents/wellness-companion/wellness-companion-sidecar/instructions.md +0 -0
- /package/{example-custom-module/mwm → docs/sample-custom-modules/sample-wellness-module}/agents/wellness-companion/wellness-companion-sidecar/memories.md +0 -0
- /package/{example-custom-module/mwm → docs/sample-custom-modules/sample-wellness-module}/agents/wellness-companion/wellness-companion-sidecar/patterns.md +0 -0
- /package/{example-custom-module/mwm → docs/sample-custom-modules/sample-wellness-module}/workflows/daily-checkin/README.md +0 -0
- /package/{example-custom-module/mwm → docs/sample-custom-modules/sample-wellness-module}/workflows/daily-checkin/workflow.md +0 -0
- /package/{example-custom-module/mwm → docs/sample-custom-modules/sample-wellness-module}/workflows/guided-meditation/README.md +0 -0
- /package/{example-custom-module/mwm → docs/sample-custom-modules/sample-wellness-module}/workflows/guided-meditation/workflow.md +0 -0
- /package/{example-custom-module/mwm → docs/sample-custom-modules/sample-wellness-module}/workflows/wellness-journal/README.md +0 -0
- /package/src/modules/bmgd/workflows/4-production/code-review/{backlog_template.md → backlog-template.md} +0 -0
- /package/src/modules/bmm/workflows/1-analysis/{product-brief → create-product-brief}/product-brief.template.md +0 -0
- /package/src/modules/bmm/workflows/3-solutioning/{implementation-readiness → check-implementation-readiness}/templates/readiness-report-template.md +0 -0
- /package/src/modules/bmm/workflows/3-solutioning/{architecture → create-architecture}/architecture-decision-template.md +0 -0
- /package/src/modules/bmm/workflows/3-solutioning/{architecture → create-architecture}/data/domain-complexity.csv +0 -0
- /package/src/modules/bmm/workflows/3-solutioning/{architecture → create-architecture}/data/project-types.csv +0 -0
- /package/src/modules/bmm/workflows/3-solutioning/{architecture → create-architecture}/steps/step-01b-continue.md +0 -0
- /package/src/modules/bmm/workflows/{diagrams → excalidraw-diagrams}/_shared/excalidraw-library.json +0 -0
- /package/src/modules/bmm/workflows/{diagrams → excalidraw-diagrams}/_shared/excalidraw-templates.yaml +0 -0
- /package/src/modules/bmm/workflows/{diagrams → excalidraw-diagrams}/create-dataflow/checklist.md +0 -0
- /package/src/modules/bmm/workflows/{diagrams → excalidraw-diagrams}/create-diagram/checklist.md +0 -0
- /package/src/modules/bmm/workflows/{diagrams → excalidraw-diagrams}/create-flowchart/checklist.md +0 -0
- /package/src/modules/bmm/workflows/{diagrams → excalidraw-diagrams}/create-wireframe/checklist.md +0 -0
- /package/src/utility/{models/fragments/handler-data.xml → agent-components/handler-data.txt} +0 -0
package/.coderabbit.yaml
CHANGED
|
@@ -4,13 +4,14 @@ language: "en-US"
|
|
|
4
4
|
early_access: true
|
|
5
5
|
reviews:
|
|
6
6
|
profile: chill
|
|
7
|
-
high_level_summary:
|
|
7
|
+
high_level_summary: false # don't post summary until explicitly invoked
|
|
8
8
|
request_changes_workflow: false
|
|
9
|
-
review_status:
|
|
10
|
-
|
|
9
|
+
review_status: false
|
|
10
|
+
commit_status: false
|
|
11
|
+
walkthrough: false
|
|
11
12
|
poem: false
|
|
12
13
|
auto_review:
|
|
13
|
-
enabled: false
|
|
14
|
+
enabled: false
|
|
14
15
|
drafts: true # Can review drafts. Since it's manually triggered, it's fine.
|
|
15
16
|
auto_incremental_review: false # always review the whole PR, not just new commits
|
|
16
17
|
base_branches:
|
|
@@ -33,4 +34,7 @@ reviews:
|
|
|
33
34
|
Flag any process.exit() without error message.
|
|
34
35
|
chat:
|
|
35
36
|
auto_reply: true # Response to mentions in comments, a la @coderabbit review
|
|
37
|
+
issue_enrichment:
|
|
38
|
+
auto_enrich:
|
|
39
|
+
enabled: false # don't auto-comment on issues
|
|
36
40
|
|
|
@@ -2,8 +2,21 @@
|
|
|
2
2
|
# Discord notification helper functions
|
|
3
3
|
|
|
4
4
|
# Escape markdown special chars and @mentions for safe Discord display
|
|
5
|
-
#
|
|
6
|
-
esc() {
|
|
5
|
+
# Skips content inside <URL> wrappers to preserve URLs intact
|
|
6
|
+
esc() {
|
|
7
|
+
awk '{
|
|
8
|
+
result = ""; in_url = 0; n = length($0)
|
|
9
|
+
for (i = 1; i <= n; i++) {
|
|
10
|
+
c = substr($0, i, 1)
|
|
11
|
+
if (c == "<" && substr($0, i, 8) ~ /^<https?:/) in_url = 1
|
|
12
|
+
if (in_url) { result = result c; if (c == ">") in_url = 0 }
|
|
13
|
+
else if (c == "@") result = result "@ "
|
|
14
|
+
else if (index("[]\\*_()~`", c) > 0) result = result "\\" c
|
|
15
|
+
else result = result c
|
|
16
|
+
}
|
|
17
|
+
print result
|
|
18
|
+
}'
|
|
19
|
+
}
|
|
7
20
|
|
|
8
21
|
# Truncate to $1 chars (or 80 if wall-of-text with <3 spaces)
|
|
9
22
|
trunc() {
|
|
@@ -13,3 +26,9 @@ trunc() {
|
|
|
13
26
|
[ "$spaces" -lt 3 ] && [ ${#txt} -gt 80 ] && txt=$(printf '%s' "$txt" | cut -c1-80)
|
|
14
27
|
printf '%s' "$txt"
|
|
15
28
|
}
|
|
29
|
+
|
|
30
|
+
# Remove incomplete URL at end of truncated text (incomplete URLs are useless)
|
|
31
|
+
strip_trailing_url() { sed -E 's~<?https?://[^[:space:]]*$~~'; }
|
|
32
|
+
|
|
33
|
+
# Wrap URLs in <> to suppress Discord embeds (keeps links clickable)
|
|
34
|
+
wrap_urls() { sed -E 's~https?://[^[:space:]<>]+~<&>~g'; }
|
|
@@ -53,7 +53,11 @@ jobs:
|
|
|
53
53
|
|
|
54
54
|
TITLE=$(printf '%s' "$PR_TITLE" | trunc $MAX_TITLE | esc)
|
|
55
55
|
[ ${#PR_TITLE} -gt $MAX_TITLE ] && TITLE="${TITLE}..."
|
|
56
|
-
BODY=$(printf '%s' "$PR_BODY" | trunc $MAX_BODY
|
|
56
|
+
BODY=$(printf '%s' "$PR_BODY" | trunc $MAX_BODY)
|
|
57
|
+
if [ -n "$PR_BODY" ] && [ ${#PR_BODY} -gt $MAX_BODY ]; then
|
|
58
|
+
BODY=$(printf '%s' "$BODY" | strip_trailing_url)
|
|
59
|
+
fi
|
|
60
|
+
BODY=$(printf '%s' "$BODY" | wrap_urls | esc)
|
|
57
61
|
[ -n "$PR_BODY" ] && [ ${#PR_BODY} -gt $MAX_BODY ] && BODY="${BODY}..."
|
|
58
62
|
[ -n "$BODY" ] && BODY=" · $BODY"
|
|
59
63
|
USER=$(printf '%s' "$PR_USER" | esc)
|
|
@@ -91,7 +95,11 @@ jobs:
|
|
|
91
95
|
|
|
92
96
|
TITLE=$(printf '%s' "$ISSUE_TITLE" | trunc $MAX_TITLE | esc)
|
|
93
97
|
[ ${#ISSUE_TITLE} -gt $MAX_TITLE ] && TITLE="${TITLE}..."
|
|
94
|
-
BODY=$(printf '%s' "$ISSUE_BODY" | trunc $MAX_BODY
|
|
98
|
+
BODY=$(printf '%s' "$ISSUE_BODY" | trunc $MAX_BODY)
|
|
99
|
+
if [ -n "$ISSUE_BODY" ] && [ ${#ISSUE_BODY} -gt $MAX_BODY ]; then
|
|
100
|
+
BODY=$(printf '%s' "$BODY" | strip_trailing_url)
|
|
101
|
+
fi
|
|
102
|
+
BODY=$(printf '%s' "$BODY" | wrap_urls | esc)
|
|
95
103
|
[ -n "$ISSUE_BODY" ] && [ ${#ISSUE_BODY} -gt $MAX_BODY ] && BODY="${BODY}..."
|
|
96
104
|
[ -n "$BODY" ] && BODY=" · $BODY"
|
|
97
105
|
USER=$(printf '%s' "$USER" | esc)
|
|
@@ -126,7 +134,11 @@ jobs:
|
|
|
126
134
|
|
|
127
135
|
TITLE=$(printf '%s' "$ISSUE_TITLE" | trunc $MAX_TITLE | esc)
|
|
128
136
|
[ ${#ISSUE_TITLE} -gt $MAX_TITLE ] && TITLE="${TITLE}..."
|
|
129
|
-
BODY=$(printf '%s' "$COMMENT_BODY" | trunc $MAX_BODY
|
|
137
|
+
BODY=$(printf '%s' "$COMMENT_BODY" | trunc $MAX_BODY)
|
|
138
|
+
if [ ${#COMMENT_BODY} -gt $MAX_BODY ]; then
|
|
139
|
+
BODY=$(printf '%s' "$BODY" | strip_trailing_url)
|
|
140
|
+
fi
|
|
141
|
+
BODY=$(printf '%s' "$BODY" | wrap_urls | esc)
|
|
130
142
|
[ ${#COMMENT_BODY} -gt $MAX_BODY ] && BODY="${BODY}..."
|
|
131
143
|
USER=$(printf '%s' "$COMMENT_USER" | esc)
|
|
132
144
|
|
|
@@ -162,7 +174,11 @@ jobs:
|
|
|
162
174
|
|
|
163
175
|
TITLE=$(printf '%s' "$PR_TITLE" | trunc $MAX_TITLE | esc)
|
|
164
176
|
[ ${#PR_TITLE} -gt $MAX_TITLE ] && TITLE="${TITLE}..."
|
|
165
|
-
BODY=$(printf '%s' "$REVIEW_BODY" | trunc $MAX_BODY
|
|
177
|
+
BODY=$(printf '%s' "$REVIEW_BODY" | trunc $MAX_BODY)
|
|
178
|
+
if [ -n "$REVIEW_BODY" ] && [ ${#REVIEW_BODY} -gt $MAX_BODY ]; then
|
|
179
|
+
BODY=$(printf '%s' "$BODY" | strip_trailing_url)
|
|
180
|
+
fi
|
|
181
|
+
BODY=$(printf '%s' "$BODY" | wrap_urls | esc)
|
|
166
182
|
[ -n "$REVIEW_BODY" ] && [ ${#REVIEW_BODY} -gt $MAX_BODY ] && BODY="${BODY}..."
|
|
167
183
|
[ -n "$BODY" ] && BODY=": $BODY"
|
|
168
184
|
USER=$(printf '%s' "$REVIEW_USER" | esc)
|
|
@@ -194,7 +210,11 @@ jobs:
|
|
|
194
210
|
|
|
195
211
|
TITLE=$(printf '%s' "$PR_TITLE" | trunc $MAX_TITLE | esc)
|
|
196
212
|
[ ${#PR_TITLE} -gt $MAX_TITLE ] && TITLE="${TITLE}..."
|
|
197
|
-
BODY=$(printf '%s' "$COMMENT_BODY" | trunc $MAX_BODY
|
|
213
|
+
BODY=$(printf '%s' "$COMMENT_BODY" | trunc $MAX_BODY)
|
|
214
|
+
if [ ${#COMMENT_BODY} -gt $MAX_BODY ]; then
|
|
215
|
+
BODY=$(printf '%s' "$BODY" | strip_trailing_url)
|
|
216
|
+
fi
|
|
217
|
+
BODY=$(printf '%s' "$BODY" | wrap_urls | esc)
|
|
198
218
|
[ ${#COMMENT_BODY} -gt $MAX_BODY ] && BODY="${BODY}..."
|
|
199
219
|
USER=$(printf '%s' "$COMMENT_USER" | esc)
|
|
200
220
|
|
|
@@ -224,7 +244,11 @@ jobs:
|
|
|
224
244
|
|
|
225
245
|
REL_NAME=$(printf '%s' "$NAME" | trunc $MAX_TITLE | esc)
|
|
226
246
|
[ ${#NAME} -gt $MAX_TITLE ] && REL_NAME="${REL_NAME}..."
|
|
227
|
-
BODY=$(printf '%s' "$RELEASE_BODY" | trunc $MAX_BODY
|
|
247
|
+
BODY=$(printf '%s' "$RELEASE_BODY" | trunc $MAX_BODY)
|
|
248
|
+
if [ -n "$RELEASE_BODY" ] && [ ${#RELEASE_BODY} -gt $MAX_BODY ]; then
|
|
249
|
+
BODY=$(printf '%s' "$BODY" | strip_trailing_url)
|
|
250
|
+
fi
|
|
251
|
+
BODY=$(printf '%s' "$BODY" | wrap_urls | esc)
|
|
228
252
|
[ -n "$RELEASE_BODY" ] && [ ${#RELEASE_BODY} -gt $MAX_BODY ] && BODY="${BODY}..."
|
|
229
253
|
[ -n "$BODY" ] && BODY=" · $BODY"
|
|
230
254
|
TAG_ESC=$(printf '%s' "$TAG" | esc)
|
|
@@ -275,7 +299,7 @@ jobs:
|
|
|
275
299
|
run: |
|
|
276
300
|
set -o pipefail
|
|
277
301
|
[ -z "$WEBHOOK" ] && exit 0
|
|
278
|
-
esc() { sed -e 's/[][\*_()
|
|
302
|
+
esc() { sed -e 's/[][\*_()~`]/\\&/g' -e 's/@/@ /g'; }
|
|
279
303
|
trunc() { tr '\n\r' ' ' | cut -c1-"$1"; }
|
|
280
304
|
|
|
281
305
|
REF_TRUNC=$(printf '%s' "$REF" | trunc 100)
|
|
@@ -6,9 +6,11 @@ on:
|
|
|
6
6
|
version_bump:
|
|
7
7
|
description: Version bump type
|
|
8
8
|
required: true
|
|
9
|
-
default:
|
|
9
|
+
default: alpha
|
|
10
10
|
type: choice
|
|
11
11
|
options:
|
|
12
|
+
- alpha
|
|
13
|
+
- beta
|
|
12
14
|
- patch
|
|
13
15
|
- minor
|
|
14
16
|
- major
|
|
@@ -49,7 +51,11 @@ jobs:
|
|
|
49
51
|
git config user.email "github-actions[bot]@users.noreply.github.com"
|
|
50
52
|
|
|
51
53
|
- name: Bump version
|
|
52
|
-
run:
|
|
54
|
+
run: |
|
|
55
|
+
case "${{ github.event.inputs.version_bump }}" in
|
|
56
|
+
alpha|beta) npm version prerelease --no-git-tag-version --preid=${{ github.event.inputs.version_bump }} ;;
|
|
57
|
+
*) npm version ${{ github.event.inputs.version_bump }} --no-git-tag-version ;;
|
|
58
|
+
esac
|
|
53
59
|
|
|
54
60
|
- name: Get new version and previous tag
|
|
55
61
|
id: version
|
|
@@ -61,34 +67,9 @@ jobs:
|
|
|
61
67
|
run: |
|
|
62
68
|
sed -i 's/"version": ".*"/"version": "${{ steps.version.outputs.new_version }}"/' tools/installer/package.json
|
|
63
69
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
- name: Package bundles for release
|
|
68
|
-
run: |
|
|
69
|
-
mkdir -p dist/release-bundles
|
|
70
|
-
|
|
71
|
-
# Copy web bundles
|
|
72
|
-
cp -r web-bundles dist/release-bundles/bmad-bundles-v${{ steps.version.outputs.new_version }}
|
|
73
|
-
|
|
74
|
-
# Verify bundles exist
|
|
75
|
-
if [ ! "$(ls -A dist/release-bundles/bmad-bundles-v${{ steps.version.outputs.new_version }})" ]; then
|
|
76
|
-
echo "❌ ERROR: No bundles found"
|
|
77
|
-
echo "This likely means 'npm run bundle' failed"
|
|
78
|
-
exit 1
|
|
79
|
-
fi
|
|
80
|
-
|
|
81
|
-
# Count and display bundles per module
|
|
82
|
-
for module in bmm bmb cis bmgd; do
|
|
83
|
-
if [ -d "dist/release-bundles/bmad-bundles-v${{ steps.version.outputs.new_version }}/$module/agents" ]; then
|
|
84
|
-
COUNT=$(find dist/release-bundles/bmad-bundles-v${{ steps.version.outputs.new_version }}/$module/agents -name '*.xml' 2>/dev/null | wc -l)
|
|
85
|
-
echo "✅ $module: $COUNT agents"
|
|
86
|
-
fi
|
|
87
|
-
done
|
|
88
|
-
|
|
89
|
-
# Create archive
|
|
90
|
-
tar -czf dist/release-bundles/bmad-bundles-v${{ steps.version.outputs.new_version }}.tar.gz \
|
|
91
|
-
-C dist/release-bundles/bmad-bundles-v${{ steps.version.outputs.new_version }} .
|
|
70
|
+
# TODO: Re-enable web bundles once tools/cli/bundlers/ is restored
|
|
71
|
+
# - name: Generate web bundles
|
|
72
|
+
# run: npm run bundle
|
|
92
73
|
|
|
93
74
|
- name: Commit version bump
|
|
94
75
|
run: |
|
|
@@ -185,25 +166,15 @@ jobs:
|
|
|
185
166
|
npm publish --tag latest
|
|
186
167
|
fi
|
|
187
168
|
|
|
188
|
-
- name: Create GitHub Release
|
|
169
|
+
- name: Create GitHub Release
|
|
189
170
|
uses: softprops/action-gh-release@v2
|
|
190
171
|
with:
|
|
191
172
|
tag_name: v${{ steps.version.outputs.new_version }}
|
|
192
173
|
name: "BMad Method v${{ steps.version.outputs.new_version }}"
|
|
193
174
|
body: |
|
|
194
175
|
${{ steps.release_notes.outputs.RELEASE_NOTES }}
|
|
195
|
-
|
|
196
|
-
## 📦 Web Bundles
|
|
197
|
-
|
|
198
|
-
Download XML bundles for use in AI platforms (Claude Projects, ChatGPT, Gemini):
|
|
199
|
-
|
|
200
|
-
- `bmad-bundles-v${{ steps.version.outputs.new_version }}.tar.gz` - All modules (BMM, BMB, CIS, BMGD)
|
|
201
|
-
|
|
202
|
-
**Browse online** (bleeding edge): https://bmad-code-org.github.io/bmad-bundles/
|
|
203
176
|
draft: false
|
|
204
177
|
prerelease: ${{ contains(steps.version.outputs.new_version, 'alpha') || contains(steps.version.outputs.new_version, 'beta') }}
|
|
205
|
-
files: |
|
|
206
|
-
dist/release-bundles/*.tar.gz
|
|
207
178
|
|
|
208
179
|
- name: Summary
|
|
209
180
|
run: |
|
|
@@ -212,7 +183,6 @@ jobs:
|
|
|
212
183
|
echo "### 📦 Distribution" >> $GITHUB_STEP_SUMMARY
|
|
213
184
|
echo "- **NPM**: Published with @latest tag" >> $GITHUB_STEP_SUMMARY
|
|
214
185
|
echo "- **GitHub Release**: https://github.com/bmad-code-org/BMAD-METHOD/releases/tag/v${{ steps.version.outputs.new_version }}" >> $GITHUB_STEP_SUMMARY
|
|
215
|
-
echo "- **Web Bundles**: Attached to GitHub Release (4 archives)" >> $GITHUB_STEP_SUMMARY
|
|
216
186
|
echo "" >> $GITHUB_STEP_SUMMARY
|
|
217
187
|
echo "### ✅ Installation" >> $GITHUB_STEP_SUMMARY
|
|
218
188
|
echo "\`\`\`bash" >> $GITHUB_STEP_SUMMARY
|
package/.markdownlint-cli2.yaml
CHANGED
package/.prettierignore
CHANGED
package/.vscode/settings.json
CHANGED
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"editor.formatOnSave": true,
|
|
74
74
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
75
75
|
"[javascript]": {
|
|
76
|
-
"editor.defaultFormatter": "
|
|
76
|
+
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
77
77
|
},
|
|
78
78
|
"[json]": {
|
|
79
79
|
"editor.defaultFormatter": "vscode.json-language-features"
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,131 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.0.0-alpha.17]
|
|
4
|
+
|
|
5
|
+
**Release: December 16, 2025**
|
|
6
|
+
|
|
7
|
+
### 🚀 Revolutionary Installer Overhaul
|
|
8
|
+
|
|
9
|
+
**Unified Installation Experience:**
|
|
10
|
+
|
|
11
|
+
- **Streamlined Module Installation**: Completely redesigned installer with unified flow for both core and custom content
|
|
12
|
+
- **Single Install Panel**: Eliminated disjointed clearing between modules for smoother, more intuitive installation
|
|
13
|
+
- **Quick Default Selection**: New quick install feature with default selections for faster setup of selected modules
|
|
14
|
+
- **Enhanced UI/UX**: Improved question order, reduced verbose output, and cleaner installation interface
|
|
15
|
+
- **Logical Question Flow**: Reorganized installer questions to follow natural progression and user expectations
|
|
16
|
+
|
|
17
|
+
**Custom Content Installation Revolution:**
|
|
18
|
+
|
|
19
|
+
- **Full Custom Content Support**: Re-enabled complete custom content generation and sharing through the installer
|
|
20
|
+
- **Custom Module Tracking**: Manifest now tracks custom modules separately to ensure they're always installed from the custom cache
|
|
21
|
+
- **Custom Installation Order**: Custom modules now install after core modules for better dependency management
|
|
22
|
+
- **Quick Update with Custom Content**: Quick update now properly retains and updates custom content
|
|
23
|
+
- **Agent Customization Integration**: Customizations are now applied during quick updates and agent compilation
|
|
24
|
+
|
|
25
|
+
### 🧠 Revolutionary Agent Memory & Visibility System
|
|
26
|
+
|
|
27
|
+
**Breaking Through Dot-Folder Limitations:**
|
|
28
|
+
|
|
29
|
+
- **Dot-Folder to Underscore Migration**: Critical change from `.bmad` to `_bmad` ensures LLMs (Codex, Claude, and others) can no longer ignore or skip BMAD content - dot folders are commonly filtered out by AI systems
|
|
30
|
+
- **Universal Content Visibility**: Underscore folders are treated as regular content, ensuring full AI agent access to all BMAD resources and configurations
|
|
31
|
+
- **Agent Memory Architecture**: Rolled out comprehensive agent memory support for installed agents with `-sidecar` folders
|
|
32
|
+
- **Persistent Agent Learning**: Sidecar content installs to `_bmad/_memory`, giving each agent the ability to learn and remember important information specific to its role
|
|
33
|
+
|
|
34
|
+
**Content Location Strategy:**
|
|
35
|
+
|
|
36
|
+
- **Standardized Memory Location**: All sidecar content now uses `_bmad/_memory` as the unified location for agent memories
|
|
37
|
+
- **Segregated Output System**: New architecture supports differentiating between ephemeral Phase 4 artifacts and long-term documentation
|
|
38
|
+
- **Forward Compatibility**: Existing installations continue working with content in docs folder, with optimization coming in next release
|
|
39
|
+
- **Configuration Cleanup**: Renamed `_cfg` to `_config` for clearer naming conventions
|
|
40
|
+
- **YAML Library Consolidation**: Reduced dependency to use only one YAML library for better stability
|
|
41
|
+
|
|
42
|
+
### 🎯 Future-Ready Architecture
|
|
43
|
+
|
|
44
|
+
**Content Organization Preview:**
|
|
45
|
+
|
|
46
|
+
- **Phase 4 Artifact Segregation**: Infrastructure ready for separating ephemeral workflow artifacts from permanent documentation
|
|
47
|
+
- **Planning vs Implementation Docs**: New system will differentiate between planning artifacts and long-term project documentation
|
|
48
|
+
- **Backward Compatibility**: Current installs maintain full functionality while preparing for optimized content organization
|
|
49
|
+
- **Quick Update Path**: Tomorrow's quick update will fully optimize all BMM workflows to use new segregated output locations
|
|
50
|
+
|
|
51
|
+
### 🎯 Sample Modules & Documentation
|
|
52
|
+
|
|
53
|
+
**Comprehensive Examples:**
|
|
54
|
+
|
|
55
|
+
- **Sample Unitary Module**: Complete example with commit-poet agent and quiz-master workflow
|
|
56
|
+
- **Sample Wellness Module**: Meditation guide and wellness companion agents demonstrating advanced patterns
|
|
57
|
+
- **Enhanced Documentation**: Updated README files and comprehensive installation guides
|
|
58
|
+
- **Custom Content Creation Guides**: Step-by-step documentation for creating and sharing custom modules
|
|
59
|
+
|
|
60
|
+
### 🔧 Bug Fixes & Optimizations
|
|
61
|
+
|
|
62
|
+
**Installer Improvements:**
|
|
63
|
+
|
|
64
|
+
- **Fixed Duplicate Entry Issue**: Resolved duplicate entries in files manifest
|
|
65
|
+
- **Reduced Log Noise**: Less verbose logging during installation for cleaner user experience
|
|
66
|
+
- **Menu Wording Updates**: Improved menu text for better clarity and understanding
|
|
67
|
+
- **Fixed Quick Install**: Resolved issues with quick installation functionality
|
|
68
|
+
|
|
69
|
+
**Code Quality:**
|
|
70
|
+
|
|
71
|
+
- **Minor Code Cleanup**: General cleanup and refactoring throughout the codebase
|
|
72
|
+
- **Removed Unused Code**: Cleaned up deprecated and unused functionality
|
|
73
|
+
- **Release Workflow Restoration**: Fixed automated release workflow for v6
|
|
74
|
+
|
|
75
|
+
**BMM Phase 4 Workflow Improvements:**
|
|
76
|
+
|
|
77
|
+
- **Sprint Status Enhancement**: Improved sprint-status validation with interactive correction for unknown values and better epic status handling
|
|
78
|
+
- **Story Status Standardization**: Normalized all story status references to lowercase kebab-case (ready-for-dev, in-progress, review, done)
|
|
79
|
+
- **Removed Stale Story State**: Eliminated deprecated 'drafted' story state - stories now go directly from creation to ready-for-dev
|
|
80
|
+
- **Code Review Clarity**: Improved code review completion message from "Story is ready for next work!" to "Code review complete!" for better clarity
|
|
81
|
+
- **Risk Detection Rules**: Rewrote risk detection rules for better LLM clarity and fixed warnings vs risks naming inconsistency
|
|
82
|
+
|
|
83
|
+
### 📊 Statistics
|
|
84
|
+
|
|
85
|
+
- **40+ commits** since alpha.16
|
|
86
|
+
- **Major installer refactoring** with complete UX overhaul
|
|
87
|
+
- **2 new sample modules** with comprehensive examples
|
|
88
|
+
- **Full custom content support** re-enabled and improved
|
|
89
|
+
|
|
90
|
+
### 🌟 Key Highlights
|
|
91
|
+
|
|
92
|
+
1. **Installer Revolution**: The installation system has been completely overhauled for better user experience, reliability, and speed
|
|
93
|
+
2. **Custom Content Freedom**: Users can now easily create, share, and install custom content through the streamlined installer
|
|
94
|
+
3. **AI Visibility Breakthrough**: Migration from `.bmad` to `_bmad` ensures LLMs can access all BMAD content (dot folders are commonly ignored by AI systems)
|
|
95
|
+
4. **Agent Memory System**: Rolled out persistent agent memory support - agents with `-sidecar` folders can now learn and remember important information in `_bmad/_memory`
|
|
96
|
+
5. **Quick Default Selection**: Installation is now faster with smart default selections for popular configurations
|
|
97
|
+
6. **Future-Ready Architecture**: Infrastructure in place for segregating ephemeral artifacts from permanent documentation (full optimization coming in next release)
|
|
98
|
+
|
|
99
|
+
## [6.0.0-alpha.16]
|
|
100
|
+
|
|
101
|
+
**Release: December 10, 2025**
|
|
102
|
+
|
|
103
|
+
### 🔧 Temporary Changes & Fixes
|
|
104
|
+
|
|
105
|
+
**Installation Improvements:**
|
|
106
|
+
|
|
107
|
+
- **Temporary Custom Content Installation Disable**: Custom content installation temporarily disabled to improve stability
|
|
108
|
+
- **BMB Workflow Path Fixes**: Fixed numerous path references in BMB workflows to ensure proper step file resolution
|
|
109
|
+
- **Package Updates**: Updated dependencies for improved security and performance
|
|
110
|
+
|
|
111
|
+
**Path Resolution Improvements:**
|
|
112
|
+
|
|
113
|
+
- **BMB Agent Builder Fixes**: Corrected path references in step files and documentation
|
|
114
|
+
- **Workflow Path Standardization**: Ensured consistent path handling across all BMB workflows
|
|
115
|
+
- **Documentation References**: Updated internal documentation links and references
|
|
116
|
+
|
|
117
|
+
**Cleanup Changes:**
|
|
118
|
+
|
|
119
|
+
- **Example Modules Removal**: Temporarily removed example modules to prevent accidental installation
|
|
120
|
+
- **Memory Management**: Improved sidecar file handling for custom modules
|
|
121
|
+
|
|
122
|
+
### 📊 Statistics
|
|
123
|
+
|
|
124
|
+
- **336 files changed** with path fixes and improvements
|
|
125
|
+
- **4 commits** since alpha.15
|
|
126
|
+
|
|
127
|
+
---
|
|
128
|
+
|
|
3
129
|
## [6.0.0-alpha.15]
|
|
4
130
|
|
|
5
131
|
**Release: December 7, 2025**
|
|
@@ -145,7 +271,6 @@
|
|
|
145
271
|
- Fixed version reading from package.json instead of hardcoded fallback
|
|
146
272
|
- Removed hardcoded years from WebSearch queries
|
|
147
273
|
- Removed broken build caching mechanism
|
|
148
|
-
- Fixed hardcoded 'bmad' prefix from files-manifest.csv paths
|
|
149
274
|
- Enhanced TTS injection summary with tracking and documentation
|
|
150
275
|
- Fixed CI nvmrc configuration issues
|
|
151
276
|
|
package/LICENSE
CHANGED
|
@@ -21,6 +21,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
21
21
|
SOFTWARE.
|
|
22
22
|
|
|
23
23
|
TRADEMARK NOTICE:
|
|
24
|
-
|
|
24
|
+
BMad™ , BMAD-CORE™ and BMAD-METHOD™ are trademarks of BMad Code, LLC. The use of these
|
|
25
25
|
trademarks in this software does not grant any rights to use the trademarks
|
|
26
26
|
for any other purpose.
|
package/README.md
CHANGED
|
@@ -6,6 +6,33 @@
|
|
|
6
6
|
[](https://nodejs.org)
|
|
7
7
|
[](https://discord.gg/gk8jAdXWmj)
|
|
8
8
|
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
<div align="center">
|
|
12
|
+
|
|
13
|
+
## 🎉 NEW: BMAD V6 Installer - Create & Share Custom Content!
|
|
14
|
+
|
|
15
|
+
The completely revamped **BMAD V6 installer** now includes built-in support for creating, installing, and sharing custom modules, agents, workflows, templates, and tools! Build your own AI solutions or share them with your team - and real soon, with the whole BMad Community througha verified community sharing portal!
|
|
16
|
+
|
|
17
|
+
**✨ What's New:**
|
|
18
|
+
|
|
19
|
+
- 📦 **Streamlined Custom Module Installation** - Package your custom content as installable modules
|
|
20
|
+
- 🤖 **Agent & Workflow Sharing** - Distribute standalone agents and workflows
|
|
21
|
+
- 🔄 **Unitary Module Support** - Install individual components without full modules
|
|
22
|
+
- ⚙️ **Dependency Management** - Automatic handling of module dependencies
|
|
23
|
+
- 🛡️ **Update-Safe Customization** - Your custom content persists through updates
|
|
24
|
+
|
|
25
|
+
**📚 Learn More:**
|
|
26
|
+
|
|
27
|
+
- [**Custom Content Overview**](./docs/custom-content.md) - Discover all supported content types
|
|
28
|
+
- [**Installation Guide**](./docs/custom-content-installation.md) - Learn to create and install custom content
|
|
29
|
+
- [**Detail Content Docs**](./src/modules/bmb/docs/README.md) - Reference details for agents, modules, workflows and the bmad builder
|
|
30
|
+
- [**2 Very simple Custom Modules of questionable quality**](./docs/sample-custom-modules/README.md) - if you want to download and try to install a custom shared module, get an idea of how to bundle and share your own, or create your own personal agents, workflows and modules.
|
|
31
|
+
|
|
32
|
+
</div>
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
9
36
|
## AI-Driven Agile Development That Scales From Bug Fixes to Enterprise
|
|
10
37
|
|
|
11
38
|
**Build More, Architect Dreams** (BMAD) with **21 specialized AI agents** across 4 official modules, and **50+ guided workflows** that adapt to your project's complexity—from quick bug fixes to enterprise platforms, and new step file workflows that allow for incredibly long workflows to stay on the rails longer than ever before!
|
|
@@ -120,7 +147,7 @@ Each agent brings deep expertise and can be customized to match your team's styl
|
|
|
120
147
|
- **BMad Builder (BMB)** - Create custom agents and workflows
|
|
121
148
|
- Build anything from simple agents to complex modules
|
|
122
149
|
- Create domain-specific solutions (legal, medical, finance, education)
|
|
123
|
-
-
|
|
150
|
+
- [→ Builder Guide](src/modules/bmb/docs/README.md) marketplace
|
|
124
151
|
- [→ Builder Guide](./src/modules/bmb/README.md)
|
|
125
152
|
|
|
126
153
|
- **Creative Intelligence Suite (CIS)** - Innovation & problem-solving
|
|
@@ -202,7 +229,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for full development guidelines.
|
|
|
202
229
|
|
|
203
230
|
MIT License - See [LICENSE](LICENSE) for details.
|
|
204
231
|
|
|
205
|
-
**Trademarks:**
|
|
232
|
+
**Trademarks:** BMad™ and BMAD-METHOD™ are trademarks of BMad Code, LLC.
|
|
206
233
|
|
|
207
234
|
---
|
|
208
235
|
|
|
@@ -9,7 +9,7 @@ Customize BMad agents without modifying core files. All customizations persist t
|
|
|
9
9
|
After installation, find agent customization files in:
|
|
10
10
|
|
|
11
11
|
```
|
|
12
|
-
|
|
12
|
+
_bmad/_config/agents/
|
|
13
13
|
├── core-bmad-master.customize.yaml
|
|
14
14
|
├── bmm-dev.customize.yaml
|
|
15
15
|
├── bmm-pm.customize.yaml
|
|
@@ -119,7 +119,7 @@ prompts:
|
|
|
119
119
|
**Example 1: Customize Developer Agent for TDD**
|
|
120
120
|
|
|
121
121
|
```yaml
|
|
122
|
-
#
|
|
122
|
+
# _bmad/_config/agents/bmm-dev.customize.yaml
|
|
123
123
|
agent:
|
|
124
124
|
metadata:
|
|
125
125
|
name: 'TDD Developer'
|
|
@@ -135,20 +135,20 @@ critical_actions:
|
|
|
135
135
|
**Example 2: Add Custom Deployment Workflow**
|
|
136
136
|
|
|
137
137
|
```yaml
|
|
138
|
-
#
|
|
138
|
+
# _bmad/_config/agents/bmm-dev.customize.yaml
|
|
139
139
|
menu:
|
|
140
140
|
- trigger: deploy-staging
|
|
141
|
-
workflow: '{project-root}/
|
|
141
|
+
workflow: '{project-root}/_bmad/deploy-staging.yaml'
|
|
142
142
|
description: Deploy to staging environment
|
|
143
143
|
- trigger: deploy-prod
|
|
144
|
-
workflow: '{project-root}/
|
|
144
|
+
workflow: '{project-root}/_bmad/deploy-prod.yaml'
|
|
145
145
|
description: Deploy to production (with approval)
|
|
146
146
|
```
|
|
147
147
|
|
|
148
148
|
**Example 3: Multilingual Product Manager**
|
|
149
149
|
|
|
150
150
|
```yaml
|
|
151
|
-
#
|
|
151
|
+
# _bmad/_config/agents/bmm-pm.customize.yaml
|
|
152
152
|
persona:
|
|
153
153
|
role: 'Bilingual Product Manager'
|
|
154
154
|
identity: 'Expert in US and LATAM markets'
|
|
@@ -166,15 +166,15 @@ memories:
|
|
|
166
166
|
|
|
167
167
|
- **Start Small:** Customize one section at a time and rebuild to test
|
|
168
168
|
- **Backup:** Copy customization files before major changes
|
|
169
|
-
- **Update-Safe:** Your customizations in `
|
|
169
|
+
- **Update-Safe:** Your customizations in `_config/` survive all BMad updates
|
|
170
170
|
- **Per-Project:** Customization files are per-project, not global
|
|
171
|
-
- **Version Control:** Consider committing `
|
|
171
|
+
- **Version Control:** Consider committing `_config/` to share customizations with your team
|
|
172
172
|
|
|
173
173
|
## Module vs. Global Config
|
|
174
174
|
|
|
175
175
|
**Module-Level (Recommended):**
|
|
176
176
|
|
|
177
|
-
- Customize agents per-project in `
|
|
177
|
+
- Customize agents per-project in `_bmad/_config/agents/`
|
|
178
178
|
- Different projects can have different agent behaviors
|
|
179
179
|
|
|
180
180
|
**Global Config (Coming Soon):**
|
|
@@ -203,6 +203,6 @@ memories:
|
|
|
203
203
|
|
|
204
204
|
## Next Steps
|
|
205
205
|
|
|
206
|
-
- **[BMM Agents Guide](../src/modules/bmm/docs/agents-guide.md)** - Learn about
|
|
206
|
+
- **[BMM Agents Guide](../src/modules/bmm/docs/agents-guide.md)** - Learn about the BMad Method agents
|
|
207
207
|
- **[BMB Create Agent Workflow](../src/modules/bmb/workflows/create-agent/README.md)** - Build completely custom agents
|
|
208
208
|
- **[BMM Complete Documentation](../src/modules/bmm/docs/README.md)** - Full BMad Method reference
|