mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
more updates to use ephemeral file location for phase 4 items
This commit is contained in:
@@ -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:**
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user