fix bmb workflow paths

This commit is contained in:
Brian Madison
2025-12-10 20:50:24 +09:00
parent 45a97b070a
commit 446a0359ab
336 changed files with 1414 additions and 1509 deletions

View File

@@ -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**