fix: convert remaining relative data refs and fix stale examples in continue steps
This commit is contained in:
parent
d916859624
commit
fd21137bcf
|
|
@ -80,8 +80,7 @@ Review the frontmatter to understand:
|
||||||
- If `stepsCompleted = ["step-01-init.md", "step-02-discovery.md", "step-03-success.md"]`
|
- If `stepsCompleted = ["step-01-init.md", "step-02-discovery.md", "step-03-success.md"]`
|
||||||
- Last element is `"step-03-success.md"`
|
- Last element is `"step-03-success.md"`
|
||||||
- Load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-03-success.md`, read its frontmatter
|
- Load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-03-success.md`, read its frontmatter
|
||||||
- Find `nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-04-journeys.md'`
|
- Read fully and follow: `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-04-journeys.md`
|
||||||
- Next step to load is `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-04-journeys.md`
|
|
||||||
|
|
||||||
### 4. Handle Workflow Completion
|
### 4. Handle Workflow Completion
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -103,7 +103,7 @@ Show the user their current progress:
|
||||||
#### If 'X' (Start over):
|
#### If 'X' (Start over):
|
||||||
|
|
||||||
- Confirm: "This will delete all existing architectural decisions. Are you sure? (y/n)"
|
- Confirm: "This will delete all existing architectural decisions. Are you sure? (y/n)"
|
||||||
- If confirmed: Delete existing document and load `{project-root}/_bmad/bmm/workflows/3-solutioning/architecture/steps/step-01-init.md`
|
- If confirmed: Delete existing document and read fully and follow: `{project-root}/_bmad/bmm/workflows/3-solutioning/architecture/steps/step-01-init.md`
|
||||||
- If not confirmed: Return to continuation menu
|
- If not confirmed: Return to continuation menu
|
||||||
|
|
||||||
### 4. Navigate to Selected Step
|
### 4. Navigate to Selected Step
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue