diff --git a/src/modules/bmb/docs/agents/expert-agent-architecture.md b/src/modules/bmb/docs/agents/expert-agent-architecture.md index 4f79995d..9449ebc7 100644 --- a/src/modules/bmb/docs/agents/expert-agent-architecture.md +++ b/src/modules/bmb/docs/agents/expert-agent-architecture.md @@ -223,7 +223,7 @@ Same as simple agents, PLUS: ## Reference Example -See: `src/modules/bmb/reference/agents/expert-examples/journal-keeper/` +See: `bmb/reference/agents/expert-examples/journal-keeper/` Features demonstrated: diff --git a/src/modules/bmb/docs/agents/index.md b/src/modules/bmb/docs/agents/index.md index 650c427b..a1dd92e3 100644 --- a/src/modules/bmb/docs/agents/index.md +++ b/src/modules/bmb/docs/agents/index.md @@ -18,7 +18,7 @@ Comprehensive guides for each agent type (choose based on use case): ## Reference Examples -Production-ready examples in `/src/modules/bmb/reference/agents/`: +Production-ready examples in `/bmb/reference/agents/`: **Simple Agents** (`simple-examples/`) diff --git a/src/modules/bmb/workflows/create-agent/workflow.md b/src/modules/bmb/workflows/create-agent/workflow.md index 90cf7399..4363536d 100644 --- a/src/modules/bmb/workflows/create-agent/workflow.md +++ b/src/modules/bmb/workflows/create-agent/workflow.md @@ -77,9 +77,9 @@ brainstorm_context: "{workflow_path}/data/brainstorm-context.md" # Reference examples -simple_agent_examples: "{project-root}/src/modules/bmb/reference/agents/simple-examples/" -expert_agent_examples: "{project-root}/src/modules/bmb/reference/agents/expert-examples/" -module_agent_examples: "{project-root}/src/modules/bmb/reference/agents/module-examples/" +simple_agent_examples: "{project-root}/bmb/reference/agents/simple-examples/" +expert_agent_examples: "{project-root}/bmb/reference/agents/expert-examples/" +module_agent_examples: "{project-root}/bmb/reference/agents/module-examples/" # Output configuration diff --git a/src/modules/bmb/workflows/create-module/steps/step-03-components.md b/src/modules/bmb/workflows/create-module/steps/step-03-components.md index 94296226..14b34852 100644 --- a/src/modules/bmb/workflows/create-module/steps/step-03-components.md +++ b/src/modules/bmb/workflows/create-module/steps/step-03-components.md @@ -2,7 +2,7 @@ installed_path: '{project-root}/.bmad/bmb/workflows/create-module' nextStepFile: '{installed_path}/steps/step-04-structure.md' modulePlanFile: '{custom_module_location}/{module_name}/module-plan-{module_name}.md' -agent_examples_path: '{project-root}/src/modules/bmb/reference/agents/module-examples' +agent_examples_path: '{project-root}/bmb/reference/agents/module-examples' advancedElicitationTask: '{project-root}/.bmad/core/tasks/advanced-elicitation.xml' partyModeWorkflow: '{project-root}/.bmad/core/workflows/party-mode/workflow.md' --- diff --git a/src/modules/bmb/workflows/create-module/steps/step-06-agents.md b/src/modules/bmb/workflows/create-module/steps/step-06-agents.md index b54c88e6..38c608ec 100644 --- a/src/modules/bmb/workflows/create-module/steps/step-06-agents.md +++ b/src/modules/bmb/workflows/create-module/steps/step-06-agents.md @@ -3,7 +3,7 @@ installed_path: '{project-root}/.bmad/bmb/workflows/create-module' nextStepFile: '{installed_path}/steps/step-07-workflows.md' modulePlanFile: '{custom_module_location}/{module_name}/module-plan-{module_name}.md' agentTemplate: '{installed_path}/templates/agent.template.md' -agent_examples_path: '{project-root}/src/modules/bmb/reference/agents/module-examples' +agent_examples_path: '{project-root}/bmb/reference/agents/module-examples' advancedElicitationTask: '{project-root}/.bmad/core/tasks/advanced-elicitation.xml' partyModeWorkflow: '{project-root}/.bmad/core/workflows/party-mode/workflow.md' --- diff --git a/src/modules/bmb/workflows/workflow-compliance-check/steps/step-03-step-validation.md b/src/modules/bmb/workflows/workflow-compliance-check/steps/step-03-step-validation.md index 2754e9dd..3f74a623 100644 --- a/src/modules/bmb/workflows/workflow-compliance-check/steps/step-03-step-validation.md +++ b/src/modules/bmb/workflows/workflow-compliance-check/steps/step-03-step-validation.md @@ -186,7 +186,7 @@ For each step: "**Path Variable Validation:**" -- Check format: `{project-root}/.bmad/bmb/...` vs `{project-root}/src/modules/bmb/...` +- Check format: `{project-root}/.bmad/bmb/...` vs `{project-root}/bmb/...` - Ensure consistent variable usage across all step files - Validate relative vs absolute path usage