Merge pull request #1 from RazvanBugoi/codex/update-custom-agent-installation-instructions

Update custom agent installation guidance
This commit is contained in:
Razvan Bugoi 2025-12-07 13:34:50 +00:00 committed by GitHub
commit ba45ec9808
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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