mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-17 09:45:25 +00:00
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
|
||||
|
||||
See: `src/modules/bmb/reference/agents/expert-examples/journal-keeper/`
|
||||
See: `bmb/reference/agents/expert-examples/journal-keeper/`
|
||||
|
||||
Features demonstrated:
|
||||
|
||||
|
||||
@ -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/`)
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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'
|
||||
---
|
||||
|
||||
@ -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'
|
||||
---
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user