34 lines
1.5 KiB
YAML
34 lines
1.5 KiB
YAML
# Edit Agent - Agent Editor Configuration
|
|
name: "edit-agent"
|
|
description: "Edit existing BMAD agents while following all best practices and conventions"
|
|
author: "BMad"
|
|
|
|
# Critical variables load from config_source
|
|
config_source: "{project-root}/{bmad_folder}/bmb/config.yaml"
|
|
communication_language: "{config_source}:communication_language"
|
|
user_name: "{config_source}:user_name"
|
|
|
|
# Required Data Files - Critical for understanding agent conventions
|
|
agent_types: "{project-root}/{bmad_folder}/bmb/workflows/create-agent/agent-types.md"
|
|
agent_architecture: "{project-root}/{bmad_folder}/bmb/workflows/create-agent/agent-architecture.md"
|
|
agent_commands: "{project-root}/{bmad_folder}/bmb/workflows/create-agent/agent-command-patterns.md"
|
|
communication_styles: "{project-root}/{bmad_folder}/bmb/workflows/create-agent/communication-styles.md"
|
|
|
|
# Workflow execution engine reference
|
|
workflow_execution_engine: "{project-root}/{bmad_folder}/core/tasks/workflow.xml"
|
|
|
|
# Reference examples and conventions
|
|
example_agents_dir: "{project-root}/{bmad_folder}/bmm/agents/"
|
|
agent_activation_rules: "{project-root}/src/utility/models/agent-activation-ide.xml"
|
|
|
|
# Module path and component files
|
|
installed_path: "{project-root}/{bmad_folder}/bmb/workflows/edit-agent"
|
|
template: false # This is an action workflow - no template needed
|
|
instructions: "{installed_path}/instructions.md"
|
|
validation: "{installed_path}/checklist.md"
|
|
|
|
standalone: true
|
|
|
|
# Web bundle configuration
|
|
web_bundle: false # BMB workflows run locally in BMAD-METHOD project
|