mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
fix: remove remaining webskip keys from presentation-master.agent.yaml
All menu items now conform to agent schema validation.
This commit is contained in:
@@ -17,15 +17,15 @@ subheader: "Configure the settings for the BoMB Factory!\nThe agent, workflow an
|
||||
|
||||
custom_agent_location:
|
||||
prompt: "Where do custom agents get created?"
|
||||
default: "{bmad_folder}/custom/agents"
|
||||
default: "{bmad_folder}/custom/src/agents"
|
||||
result: "{project-root}/{value}"
|
||||
|
||||
custom_workflow_location:
|
||||
prompt: "Where do custom workflows get stored?"
|
||||
default: "{bmad_folder}/custom/workflows"
|
||||
default: "{bmad_folder}/custom/src/workflows"
|
||||
result: "{project-root}/{value}"
|
||||
|
||||
custom_module_location:
|
||||
prompt: "Where do custom modules get stored?"
|
||||
default: "{bmad_folder}/custom/modules"
|
||||
default: "{bmad_folder}/custom/src/modules"
|
||||
result: "{project-root}/{value}"
|
||||
|
||||
@@ -4,7 +4,7 @@ agent:
|
||||
metadata:
|
||||
id: "{bmad_folder}/cis/agents/presentation-master.md"
|
||||
name: Caravaggio
|
||||
title: Visual Communication & Presentation Expert
|
||||
title: Visual Communication + Presentation Expert
|
||||
icon: 🎨
|
||||
module: cis
|
||||
|
||||
|
||||
Reference in New Issue
Block a user