mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
workflows indicate web_bundle file inclusions
This commit is contained in:
@@ -66,7 +66,7 @@ Based on the selected edit type, load appropriate reference materials:
|
||||
<action>Load example workflows from {project-root}/bmad/bmm/workflows/ for patterns</action>
|
||||
|
||||
<check>If editing templates:</check>
|
||||
<action>Review the "Templates & Variables" section of the creation guide</action>
|
||||
<action>Review the "Templates and Variables" section of the creation guide</action>
|
||||
<action>Ensure variable naming conventions are followed</action>
|
||||
|
||||
<check>If editing validation:</check>
|
||||
|
||||
@@ -12,7 +12,7 @@ user_name: "{config_source}:user_name"
|
||||
date: system-generated
|
||||
|
||||
# Required Data Files - Critical for understanding workflow conventions
|
||||
workflow_creation_guide: "{project-root}/bmad/bmb/workflows/build-workflow/workflow-creation-guide.md"
|
||||
workflow_creation_guide: "{project-root}/bmad/bmb/workflows/create-workflow/workflow-creation-guide.md"
|
||||
workflow_execution_engine: "{project-root}/bmad/core/tasks/workflow.md"
|
||||
|
||||
# Optional docs that can be used to understand the target workflow
|
||||
@@ -30,5 +30,10 @@ validation: "{installed_path}/checklist.md"
|
||||
# But we may generate a change log
|
||||
change_log_output: "{output_folder}/workflow-edit-log-{{date}}.md"
|
||||
|
||||
# No special tools required for editing workflows
|
||||
required_tools: []
|
||||
web_bundle:
|
||||
name: "edit-workflow"
|
||||
description: "Edit existing BMAD workflows while following all best practices and conventions"
|
||||
author: "BMad"
|
||||
web_bundle_files:
|
||||
- "bmad/bmb/workflows/edit-workflow/instructions.md"
|
||||
- "bmad/bmb/workflows/edit-workflow/checklist.md"
|
||||
|
||||
Reference in New Issue
Block a user