Update custom agent installation guidance

This commit is contained in:
Razvan Bugoi 2025-12-07 13:29:06 +00:00
parent 80a90c01d4
commit a64518f0aa
1 changed files with 3 additions and 1 deletions

View File

@ -98,9 +98,11 @@ Instructions for loading agents and running workflows in your development enviro
### Custom Agents
- **[Custom Agent Installation](./custom-agent-installation.md)** - Install and personalize agents with `bmad agent-install`
- **[Custom Agent Installation](./custom-agent-installation.md)** - Install and personalize agents using `custom.yaml` with `npx bmad-method install` (or `bmad install`)
- [Agent Customization Guide](./agent-customization-guide.md) - Customize agent behavior and responses
> Note: The legacy `bmad agent-install` command was removed in alpha.14. Use the `custom.yaml` installer flow instead when upgrading from earlier alphas.
### Installation & Bundling
- [IDE Injections Reference](./installers-bundlers/ide-injections.md) - How agents are installed to IDEs