Skip to content

Commit 1e44868

Browse files
committed
fix: use consistent YAML quoting in workflow descriptions
Change description fields to use single quotes on the outside and double quotes on the inside to prevent parsing issues during BMAD installation.
1 parent 8c54092 commit 1e44868

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/workflows/design-thinking/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Design Thinking Workflow Configuration
22
name: "design-thinking"
3-
description: "Guide human-centered design processes using empathy-driven methodologies. Use when the user says 'lets run design thinking' or 'I want to apply design thinking'"
3+
description: 'Guide human-centered design processes using empathy-driven methodologies. Use when the user says "lets run design thinking" or "I want to apply design thinking"'
44

55
# Critical variables load from config_source
66
config_source: "{project-root}/_bmad/cis/config.yaml"

src/workflows/innovation-strategy/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Innovation Strategy Workflow Configuration
22
name: "innovation-strategy"
3-
description: "Identify disruption opportunities and architect business model innovation. Use when the user says 'lets create an innovation strategy' or 'I want to find disruption opportunities'"
3+
description: 'Identify disruption opportunities and architect business model innovation. Use when the user says "lets create an innovation strategy" or "I want to find disruption opportunities"'
44

55
# Critical variables load from config_source
66
config_source: "{project-root}/_bmad/cis/config.yaml"

src/workflows/problem-solving/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Problem Solving Workflow Configuration
22
name: "problem-solving"
3-
description: "Apply systematic problem-solving methodologies to complex challenges. Use when the user says 'guide me through structured problem solving' or 'I want to crack this challenge with guided problem solving techniques'"
3+
description: 'Apply systematic problem-solving methodologies to complex challenges. Use when the user says "guide me through structured problem solving" or "I want to crack this challenge with guided problem solving techniques"'
44

55
# Critical variables load from config_source
66
config_source: "{project-root}/_bmad/cis/config.yaml"

src/workflows/storytelling/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Storytelling Workflow Configuration
22
name: "storytelling"
3-
description: "Craft compelling narratives using story frameworks. Use when the user says 'help me with storytelling' or 'I want to create a narrative through storytelling'"
3+
description: 'Craft compelling narratives using story frameworks. Use when the user says "help me with storytelling" or "I want to create a narrative through storytelling"'
44

55
# Critical variables load from config_source
66
config_source: "{project-root}/_bmad/cis/config.yaml"

0 commit comments

Comments
 (0)