mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
fix bmb workflow paths
This commit is contained in:
@@ -661,14 +661,14 @@ You can customize any agent's personality without modifying core agent files.
|
||||
|
||||
### Location
|
||||
|
||||
**Customization Directory:** `{project-root}/{bmad_folder}/_cfg/agents/`
|
||||
**Customization Directory:** `{project-root}/.bmad/_cfg/agents/`
|
||||
|
||||
**Naming Convention:** `{module}-{agent-name}.customize.yaml`
|
||||
|
||||
**Examples:**
|
||||
|
||||
```
|
||||
{bmad_folder}/_cfg/agents/
|
||||
.bmad/_cfg/agents/
|
||||
├── bmm-pm.customize.yaml
|
||||
├── bmm-dev.customize.yaml
|
||||
├── cis-storyteller.customize.yaml
|
||||
@@ -768,9 +768,9 @@ Other agents collaborate with PM's specialized perspective.
|
||||
|
||||
```bash
|
||||
# Create customization file at:
|
||||
# {project-root}/{bmad_folder}/_cfg/agents/{module}-{agent-name}.customize.yaml
|
||||
# {project-root}/.bmad/_cfg/agents/{module}-{agent-name}.customize.yaml
|
||||
|
||||
# Example: {bmad_folder}/_cfg/agents/bmm-pm.customize.yaml
|
||||
# Example: .bmad/_cfg/agents/bmm-pm.customize.yaml
|
||||
```
|
||||
|
||||
**Step 2: Regenerate Agent Manifest**
|
||||
|
||||
Reference in New Issue
Block a user