From 9dd2a9ca0c4a4b745257b0e8030305b7f8c0c71c Mon Sep 17 00:00:00 2001 From: Michael Pursifull Date: Sun, 8 Feb 2026 17:04:55 -0600 Subject: [PATCH 1/2] fix: correct validation step filenames in module workflow references Module validate workflow and steps referenced step-01-validate.md which doesn't exist. Corrected to step-01-load-target.md (module) and v-01-load-review.md (agent) which are the actual entry points for their validation flows. Fixes #15, #16 Found by file reference validator (PR #8) --- src/workflows/module/steps-c/step-07-complete.md | 2 +- src/workflows/module/steps-v/step-04-agent-specs.md | 2 +- src/workflows/module/steps-v/step-08-report.md | 2 +- src/workflows/module/workflow-validate-module.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/workflows/module/steps-c/step-07-complete.md b/src/workflows/module/steps-c/step-07-complete.md index 843c866..58fc051 100644 --- a/src/workflows/module/steps-c/step-07-complete.md +++ b/src/workflows/module/steps-c/step-07-complete.md @@ -5,7 +5,7 @@ description: 'Finalize, offer to run validation' buildTrackingFile: '{bmb_creations_output_folder}/modules/module-build-{module_code}.md' targetLocation: '{build_tracking_targetLocation}' moduleHelpGenerateWorkflow: '../module-help-generate.md' -validationWorkflow: '../steps-v/step-01-validate.md' +validationWorkflow: '../steps-v/step-01-load-target.md' moduleHelpCsvFile: '{build_tracking_targetLocation}/module-help.csv' --- diff --git a/src/workflows/module/steps-v/step-04-agent-specs.md b/src/workflows/module/steps-v/step-04-agent-specs.md index 3a2d931..bc32446 100644 --- a/src/workflows/module/steps-v/step-04-agent-specs.md +++ b/src/workflows/module/steps-v/step-04-agent-specs.md @@ -5,7 +5,7 @@ description: 'Validate agent specifications and built agents' nextStepFile: './step-05-workflow-specs.md' agentSpecTemplate: '../../templates/agent-spec-template.md' agentArchitectureFile: '../../data/agent-architecture.md' -agentValidationWorkflow: '{project-root}/_bmad/bmb/workflows/agent/steps-v/step-01-validate.md' +agentValidationWorkflow: '{project-root}/_bmad/bmb/workflows/agent/steps-v/v-01-load-review.md' validationReportOutput: '{validation_report_output}' targetPath: '{validation_target_path}' --- diff --git a/src/workflows/module/steps-v/step-08-report.md b/src/workflows/module/steps-v/step-08-report.md index f521159..17af104 100644 --- a/src/workflows/module/steps-v/step-08-report.md +++ b/src/workflows/module/steps-v/step-08-report.md @@ -3,7 +3,7 @@ name: 'step-08-report' description: 'Generate final validation report' validationReportOutput: '{validation_report_output}' -agentValidationWorkflow: '{project-root}/_bmad/bmb/workflows/agent/steps-v/step-01-validate.md' +agentValidationWorkflow: '{project-root}/_bmad/bmb/workflows/agent/steps-v/v-01-load-review.md' workflowValidationWorkflow: '{project-root}/_bmad/bmb/workflows/workflow/steps-v/step-01-validate.md' --- diff --git a/src/workflows/module/workflow-validate-module.md b/src/workflows/module/workflow-validate-module.md index 83da7f0..9e3fac9 100644 --- a/src/workflows/module/workflow-validate-module.md +++ b/src/workflows/module/workflow-validate-module.md @@ -3,7 +3,7 @@ name: validate-module description: Run compliance check on BMAD modules against best practices web_bundle: true installed_path: '{project-root}/_bmad/bmb/workflows/module' -validateWorkflow: './steps-v/step-01-validate.md' +validateWorkflow: './steps-v/step-01-load-target.md' --- # Validate Module From ee62c7abe4a66b15ed3382d37a9df14c88d85fb1 Mon Sep 17 00:00:00 2001 From: Michael Pursifull Date: Sun, 8 Feb 2026 17:26:39 -0600 Subject: [PATCH 2/2] fix: align inline comment with corrected validateWorkflow frontmatter Update documentation hint on line 66 to reference step-01-load-target.md, matching the frontmatter fix from the previous commit. --- src/workflows/module/workflow-validate-module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workflows/module/workflow-validate-module.md b/src/workflows/module/workflow-validate-module.md index 9e3fac9..cd8042e 100644 --- a/src/workflows/module/workflow-validate-module.md +++ b/src/workflows/module/workflow-validate-module.md @@ -63,4 +63,4 @@ Load and read full config from `{project-root}/_bmad/bmb/config.yaml` and resolv Ask: "What would you like to validate? Please provide the path to the module brief or module directory." -Then load, read completely, and execute `{validateWorkflow}` (steps-v/step-01-validate.md) +Then load, read completely, and execute `{validateWorkflow}` (steps-v/step-01-load-target.md)