feat: ajouter des agents au module BMAD Orchestrator avec description et icône
This commit is contained in:
parent
e45a8870f6
commit
a969f1e6f1
|
|
@ -6,3 +6,11 @@ default_selected: false
|
|||
module_greeting: >
|
||||
BMAD Orchestrator est installe.
|
||||
Vous pouvez maintenant router vos intentions BMAD en langage naturel.
|
||||
|
||||
agents:
|
||||
- code: bmad-orchestrator
|
||||
name: Orchestrator
|
||||
title: BMAD Orchestrator
|
||||
icon: "🧭"
|
||||
team: software-development
|
||||
description: "Routes natural-language intent to the right BMAD skill or named agent, verifies lightweight prerequisites, and suggests the next step without forcing the user to memorize commands."
|
||||
|
|
|
|||
Loading…
Reference in New Issue