fix(checkpoint): move main_config out of SKILL.md frontmatter
SKILL.md frontmatter should only contain name and description. Hardcode the config path inline in the INITIALIZATION section.
This commit is contained in:
parent
1ba1db352d
commit
5eb8131cc5
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
name: bmad-checkpoint-preview
|
name: bmad-checkpoint-preview
|
||||||
description: 'Guided walkthrough of a change, from purpose and context into details. Use when the user says "walk me through this change", "human review", or "review walkthrough".'
|
description: 'Guided walkthrough of a change, from purpose and context into details. Use when the user says "walk me through this change", "human review", or "review walkthrough".'
|
||||||
main_config: '{project-root}/_bmad/bmm/config.yaml'
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Checkpoint Review Workflow
|
# Checkpoint Review Workflow
|
||||||
|
|
@ -18,7 +17,7 @@ You are assisting the user in reviewing a change.
|
||||||
|
|
||||||
## INITIALIZATION
|
## INITIALIZATION
|
||||||
|
|
||||||
Load and read full config from `{main_config}` and resolve:
|
Load and read full config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
||||||
|
|
||||||
- `implementation_artifacts`
|
- `implementation_artifacts`
|
||||||
- `communication_language`
|
- `communication_language`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue