This commit introduces a new feature that allows users to build expansion packs with a specific language instruction for the AI agents.
The following changes were made:
- Added a `--language <lang>` option to the `build:expansions` command in `tools/cli.js`.
- Modified the `WebBuilder` in `tools/builders/web-builder.js` to accept the `language` option.
- When the `--language` option is provided, the build process now injects a "You must reply in {language}" instruction into the `activation-instructions` of each agent in the generated bundle.
This feature enables the creation of language-specific bundles without needing to translate the underlying documents, as requested by the user.
This commit introduces a new expansion pack for the BMAD Method, specialized for film pre-production.
The expansion pack includes:
- 5 new agents: screenwriter, director, producer, cinematographer, and production-designer.
- A new agent team for film pre-production.
- 5 new tasks for pre-production activities.
- 4 new templates for screenplay, storyboard, call sheet, and budget.
- 4 new checklists for screenwriting, directing, producing, and cinematography, and production design.
- A new workflow to orchestrate the pre-production process.
- A knowledge base for film pre-production terminology.
This expansion pack enables users to leverage the BMAD Method for creative and logistical tasks in film pre-production.
- Remove 'root' property from YAML when building web bundles
- Remove 'IDE-FILE-RESOLUTION' and 'REQUEST-RESOLUTION' properties
- Filter out IDE-specific activation instructions
- Keep agent header minimal for web bundles
- Ensures web bundles are clean of IDE-specific configuration
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* feat: add expansion pack installation system with game dev and infrastructure expansion packs
- Added expansion pack discovery and installation to BMAD installer
- Supports interactive and CLI installation of expansion packs
- Expansion pack files install to destination root (.bmad-core)
- Added game development expansion pack (.bmad-2d-phaser-game-dev)
- Game designer, developer, and scrum master agents
- Game-specific templates, tasks, workflows, and guidelines
- Specialized for Phaser 3 + TypeScript development
- Added infrastructure devops expansion pack (.bmad-infrastructure-devops)
- Platform engineering agent and infrastructure templates
- Expansion pack agents automatically integrate with IDE rules
- Added list:expansions command and --expansion-packs CLI option
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
* alpha expansion packs and installer update to support installing expansion packs optionally
* node20
---------
Co-authored-by: Brian Madison <brianmadison@Brians-MacBook-Pro.local>
Co-authored-by: Claude <noreply@anthropic.com>