Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/workflows/module/steps-c/step-07-complete.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
---

Expand Down
2 changes: 1 addition & 1 deletion src/workflows/module/steps-v/step-04-agent-specs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: 'Validate agent specifications and built agents'
nextStepFile: './step-05-workflow-specs.md'
agentSpecTemplate: '../data/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}'
---
Expand Down
2 changes: 1 addition & 1 deletion src/workflows/module/steps-v/step-08-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
---

Expand Down
4 changes: 2 additions & 2 deletions src/workflows/module/workflow-validate-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Loading