fix bmb path in step file issues
This commit is contained in:
parent
446a0359ab
commit
3d2727e190
|
|
@ -223,7 +223,7 @@ Same as simple agents, PLUS:
|
||||||
|
|
||||||
## Reference Example
|
## Reference Example
|
||||||
|
|
||||||
See: `src/modules/bmb/reference/agents/expert-examples/journal-keeper/`
|
See: `bmb/reference/agents/expert-examples/journal-keeper/`
|
||||||
|
|
||||||
Features demonstrated:
|
Features demonstrated:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ Comprehensive guides for each agent type (choose based on use case):
|
||||||
|
|
||||||
## Reference Examples
|
## Reference Examples
|
||||||
|
|
||||||
Production-ready examples in `/src/modules/bmb/reference/agents/`:
|
Production-ready examples in `/bmb/reference/agents/`:
|
||||||
|
|
||||||
**Simple Agents** (`simple-examples/`)
|
**Simple Agents** (`simple-examples/`)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -77,9 +77,9 @@ brainstorm_context: "{workflow_path}/data/brainstorm-context.md"
|
||||||
|
|
||||||
# Reference examples
|
# Reference examples
|
||||||
|
|
||||||
simple_agent_examples: "{project-root}/src/modules/bmb/reference/agents/simple-examples/"
|
simple_agent_examples: "{project-root}/bmb/reference/agents/simple-examples/"
|
||||||
expert_agent_examples: "{project-root}/src/modules/bmb/reference/agents/expert-examples/"
|
expert_agent_examples: "{project-root}/bmb/reference/agents/expert-examples/"
|
||||||
module_agent_examples: "{project-root}/src/modules/bmb/reference/agents/module-examples/"
|
module_agent_examples: "{project-root}/bmb/reference/agents/module-examples/"
|
||||||
|
|
||||||
# Output configuration
|
# Output configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
installed_path: '{project-root}/.bmad/bmb/workflows/create-module'
|
installed_path: '{project-root}/.bmad/bmb/workflows/create-module'
|
||||||
nextStepFile: '{installed_path}/steps/step-04-structure.md'
|
nextStepFile: '{installed_path}/steps/step-04-structure.md'
|
||||||
modulePlanFile: '{custom_module_location}/{module_name}/module-plan-{module_name}.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'
|
advancedElicitationTask: '{project-root}/.bmad/core/tasks/advanced-elicitation.xml'
|
||||||
partyModeWorkflow: '{project-root}/.bmad/core/workflows/party-mode/workflow.md'
|
partyModeWorkflow: '{project-root}/.bmad/core/workflows/party-mode/workflow.md'
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ installed_path: '{project-root}/.bmad/bmb/workflows/create-module'
|
||||||
nextStepFile: '{installed_path}/steps/step-07-workflows.md'
|
nextStepFile: '{installed_path}/steps/step-07-workflows.md'
|
||||||
modulePlanFile: '{custom_module_location}/{module_name}/module-plan-{module_name}.md'
|
modulePlanFile: '{custom_module_location}/{module_name}/module-plan-{module_name}.md'
|
||||||
agentTemplate: '{installed_path}/templates/agent.template.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'
|
advancedElicitationTask: '{project-root}/.bmad/core/tasks/advanced-elicitation.xml'
|
||||||
partyModeWorkflow: '{project-root}/.bmad/core/workflows/party-mode/workflow.md'
|
partyModeWorkflow: '{project-root}/.bmad/core/workflows/party-mode/workflow.md'
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -186,7 +186,7 @@ For each step:
|
||||||
|
|
||||||
"**Path Variable Validation:**"
|
"**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
|
- Ensure consistent variable usage across all step files
|
||||||
- Validate relative vs absolute path usage
|
- Validate relative vs absolute path usage
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue