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:
Alex Verkhovsky 2026-04-01 06:32:30 -07:00
parent 1ba1db352d
commit 5eb8131cc5
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
---
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".'
main_config: '{project-root}/_bmad/bmm/config.yaml'
---
# Checkpoint Review Workflow
@ -18,7 +17,7 @@ You are assisting the user in reviewing a change.
## 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`
- `communication_language`