finish move of brainstorming to the core

This commit is contained in:
Brian Madison
2025-10-04 19:33:34 -05:00
parent 9ea68ab8c3
commit c632564849
14 changed files with 3277 additions and 2976 deletions

View File

@@ -407,8 +407,8 @@ The `data` attribute can be added to ANY command type to provide supplementary i
```xml
<!-- Workflow with data -->
<item cmd="*brainstorm"
run-workflow="{project-root}/bmad/cis/workflows/brainstorming/workflow.yaml"
data="{project-root}/bmad/cis/workflows/brainstorming/brain-methods.csv">
run-workflow="{project-root}/bmad/core/workflows/brainstorming/workflow.yaml"
data="{project-root}/bmad/core/workflows/brainstorming/brain-methods.csv">
Creative Brainstorming Session
</item>