mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
remove uneeded files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Build Agent Workflow Configuration
|
||||
name: create-agent
|
||||
description: "Interactive workflow to build BMAD Core compliant agents (simple, expert, or module types) with optional brainstorming for agent ideas, proper persona development, activation rules, and command structure"
|
||||
description: "Interactive workflow to build BMAD Core compliant agents (YAML source compiled to .md during install) with optional brainstorming, persona development, and command structure"
|
||||
author: "BMad"
|
||||
|
||||
# Critical variables load from config_source
|
||||
@@ -28,12 +28,13 @@ template: false # This is an interactive workflow - no template needed
|
||||
instructions: "{installed_path}/instructions.md"
|
||||
validation: "{installed_path}/checklist.md"
|
||||
|
||||
# Output configuration - dynamic based on src_impact and agent type
|
||||
# If src_impact=true: Save to src/modules/{{target_module}}/agents/
|
||||
# If src_impact=false: Save to output_folder/agents/
|
||||
default_output_file: "{output_folder}/agents/{{agent_filename}}.md"
|
||||
src_output_file: "{project-root}/src/modules/{{target_module}}/agents/{{agent_filename}}.md"
|
||||
config_output_file: "{project-root}/bmad/_cfg/agents/{{agent_config_name}}.md"
|
||||
# Output configuration - YAML agents compiled to .md at install time
|
||||
# If src_impact=true: Save YAML to src/modules/{{target_module}}/agents/
|
||||
# If src_impact=false: Save YAML to output_folder/agents/
|
||||
default_output_file: "{output_folder}/agents/{{agent_filename}}.agent.yaml"
|
||||
src_output_file: "{project-root}/src/modules/{{target_module}}/agents/{{agent_filename}}.agent.yaml"
|
||||
# Optional user override file (auto-created by installer if missing)
|
||||
config_output_file: "{project-root}/bmad/_cfg/agents/{{target_module}}-{{agent_filename}}.customize.yaml"
|
||||
|
||||
web_bundle:
|
||||
name: "create-agent"
|
||||
|
||||
Reference in New Issue
Block a user