mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
refactor(config): replace hardcoded .bmad paths with {bmad_folder} placeholder
Remove hardcoded .bmad folder references throughout documentation and source files, replacing them with the configurable {bmad_folder} placeholder. This change enables users to customize the BMAD installation folder name via configuration, improving flexibility and reducing coupling to a specific directory structure.
Changes include:
- Update all documentation to reference {bmad_folder} instead of .bmad
- Remove legacy configuration files from .bmad and .claude directories
- Update workflow.xml and CLI documentation with new placeholder syntax
This commit is contained in:
@@ -72,7 +72,7 @@ Foundation framework powering all BMad modules:
|
||||
|
||||
### v6 Core Enhancements
|
||||
|
||||
- **🎨 Agent Customization** - Modify names, roles, personalities via `bmad/_cfg/agents/` **[→ Customization Guide](./docs/agent-customization-guide.md)**
|
||||
- **🎨 Agent Customization** - Modify names, roles, personalities via `{bmad_folder}/_cfg/agents/` **[→ Customization Guide](./docs/agent-customization-guide.md)**
|
||||
- **🌐 Multi-Language** - Independent language settings for communication and output
|
||||
- **👤 Personalization** - Agents adapt to your name, skill level, and preferences
|
||||
- **🔄 Persistent Config** - Customizations survive module updates
|
||||
@@ -219,7 +219,7 @@ The installer provides:
|
||||
|
||||
```
|
||||
your-project/
|
||||
└── bmad/
|
||||
└── {bmad_folder}/
|
||||
├── core/ # Core framework + BMad Master agent
|
||||
├── bmm/ # BMad Method (12 agents, 34 workflows)
|
||||
├── bmb/ # BMad Builder (1 agent, 7 workflows)
|
||||
@@ -301,7 +301,7 @@ BMad is flexible - you can execute workflows in several ways depending on your p
|
||||
|
||||
Modify agents without touching core files:
|
||||
|
||||
- Override agent names, personalities, expertise via `bmad/_cfg/agents/`
|
||||
- Override agent names, personalities, expertise via `{bmad_folder}/_cfg/agents/`
|
||||
- Customizations persist through all updates
|
||||
- Multi-language support (communication + output)
|
||||
- Module-level or global configuration
|
||||
@@ -319,7 +319,7 @@ Smart setup that adapts to your environment:
|
||||
|
||||
Everything in one place:
|
||||
|
||||
- Single `bmad/` folder (no scattered files)
|
||||
- Single `{bmad_folder}/` folder (no scattered files, default folder name is .bmad)
|
||||
- Modules live side-by-side (core, bmm, bmb, cis)
|
||||
- Your configs in `_cfg/` (survives updates)
|
||||
- Easy to version control or exclude
|
||||
|
||||
Reference in New Issue
Block a user