fix(bmm): add sprint_artifacts alias for workflow compatibility
Add sprint_artifacts inherit configuration to BMM module.yaml, matching BMGD module pattern. Without this alias, stories are saved directly in output_folder instead of implementation_artifacts. Fixes #1170 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
4271fe5f2b
commit
c8a9906703
|
|
@ -39,6 +39,10 @@ implementation_artifacts: # Phase 4 artifacts and quick-dev flow output
|
||||||
default: "{output_folder}/implementation-artifacts"
|
default: "{output_folder}/implementation-artifacts"
|
||||||
result: "{project-root}/{value}"
|
result: "{project-root}/{value}"
|
||||||
|
|
||||||
|
# Alias for workflow compatibility
|
||||||
|
sprint_artifacts:
|
||||||
|
inherit: "implementation_artifacts"
|
||||||
|
|
||||||
project_knowledge: # Artifacts from research, document-project output, other long lived accurate knowledge
|
project_knowledge: # Artifacts from research, document-project output, other long lived accurate knowledge
|
||||||
prompt: "Where should non-ephemeral project knowledge be searched for and stored\n(docs, research, references)?"
|
prompt: "Where should non-ephemeral project knowledge be searched for and stored\n(docs, research, references)?"
|
||||||
default: "docs"
|
default: "docs"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue