The install directory is now configurable, with a few minute issues

This commit is contained in:
Brian Madison
2025-11-08 13:58:43 -06:00
parent a4bbfc4b6e
commit 1728acfb0f
224 changed files with 1303 additions and 1036 deletions

View File

@@ -629,14 +629,14 @@ You can customize any agent's personality without modifying core agent files.
### Location
**Customization Directory:** `{project-root}/bmad/_cfg/agents/`
**Customization Directory:** `{project-root}/{bmad_folder}/_cfg/agents/`
**Naming Convention:** `{module}-{agent-name}.customize.yaml`
**Examples:**
```
bmad/_cfg/agents/
{bmad_folder}/_cfg/agents/
├── bmm-pm.customize.yaml
├── bmm-dev.customize.yaml
├── cis-storyteller.customize.yaml
@@ -736,9 +736,9 @@ Other agents collaborate with PM's specialized perspective.
```bash
# Create customization file at:
# {project-root}/bmad/_cfg/agents/{module}-{agent-name}.customize.yaml
# {project-root}/{bmad_folder}/_cfg/agents/{module}-{agent-name}.customize.yaml
# Example: bmad/_cfg/agents/bmm-pm.customize.yaml
# Example: {bmad_folder}/_cfg/agents/bmm-pm.customize.yaml
```
**Step 2: Regenerate Agent Manifest**