Summary of changes:

- Removed 32 recommended_inputs: sections
  - Added description: fields to all input_file_patterns (25 workflows)
  - Added missing load_strategy fields (5 workflows)
  - Fixed BMB workflows with proper reference doc variables
  - Updated BMB instructions to use new variables
This commit is contained in:
Brian Madison
2025-11-14 20:43:15 -06:00
parent 3f283066b1
commit 3223975fd0
59 changed files with 191 additions and 219 deletions

View File

@@ -10,11 +10,6 @@ user_name: "{config_source}:user_name"
communication_language: "{config_source}:communication_language"
date: system-generated
# Optional inputs for context
recommended_inputs:
- design_context: "Context document passed via data attribute"
- user_research: "{output_folder}/research-*.md"
# Context can be provided via data attribute when invoking
# Example: data="{path}/product-context.md" provides project context

View File

@@ -10,11 +10,6 @@ user_name: "{config_source}:user_name"
communication_language: "{config_source}:communication_language"
date: system-generated
# Optional inputs for context
recommended_inputs:
- market_context: "Context document passed via data attribute"
- competitive_intel: "{output_folder}/market-*.md"
# Context can be provided via data attribute when invoking
# Example: data="{path}/industry-analysis.md" provides market context

View File

@@ -10,11 +10,6 @@ user_name: "{config_source}:user_name"
communication_language: "{config_source}:communication_language"
date: system-generated
# Optional inputs for context
recommended_inputs:
- problem_context: "Context document passed via data attribute"
- previous_attempts: "{output_folder}/problem-*.md"
# Context can be provided via data attribute when invoking
# Example: data="{path}/problem-brief.md" provides context

View File

@@ -10,11 +10,6 @@ user_name: "{config_source}:user_name"
communication_language: "{config_source}:communication_language"
date: system-generated
# Optional inputs for context
recommended_inputs:
- story_context: "Context document passed via data attribute"
- previous_stories: "{output_folder}/story-*.md"
# Context can be provided via data attribute when invoking
# Example: data="{path}/brand-info.md" provides brand context