workflow builder has template LOD output options

This commit is contained in:
Brian Madison
2025-12-02 22:36:44 -06:00
parent 1e6fc4ba14
commit 0b3964902a
21 changed files with 565 additions and 27 deletions

View File

@@ -127,6 +127,7 @@ class WorkflowCommandGenerator {
.replaceAll('{{description}}', workflow.description)
.replaceAll('{{workflow_path}}', workflowPath)
.replaceAll('{bmad_folder}', this.bmadFolderName)
.replaceAll('{*bmad_folder*}', '{bmad_folder}')
.replaceAll('{{interactive}}', workflow.interactive)
.replaceAll('{{author}}', workflow.author || 'BMAD');
}