more updates to use ephemeral file location for phase 4 items

This commit is contained in:
Brian Madison
2025-11-09 23:17:29 -06:00
parent f49a4731e7
commit 665e140638
18 changed files with 148 additions and 207 deletions

View File

@@ -25,9 +25,10 @@
**Check for implementation artifacts:**
- Story files: {output_folder}/stories/\*.md
- Sprint status: {output*folder}/\_sprint*.yaml or {output_folder}/sprint-status.yaml
- Existing workflow status: {output_folder}/bmm-workflow-status.yaml
- The following could be in or nested under {output_folder} OR {ephemeral_location} - CHECK BOTH LOCATIONS
- Story files: {output*folder}/stories/*.md or {ephemeral*location}/stories/*.md
- Sprint status: {output_folder}/sprint-status.yaml or {ephemeral_location}/sprint-status.yaml
- Existing workflow status: {output_folder}/bmm-workflow-status.yaml or {ephemeral_location}/bmm-workflow-status.yaml
**Check for codebase:**

View File

@@ -6,6 +6,7 @@ author: "BMad"
# Critical variables from config
config_source: "{project-root}/{bmad_folder}/bmm/config.yaml"
output_folder: "{config_source}:output_folder"
ephemeral_location: "{config_source}:dev_ephemeral_location"
user_name: "{config_source}:user_name"
project_name: "{config_source}:project_name"
communication_language: "{config_source}:communication_language"