From 5eb8131cc502ed3aa97e643934163778faf12c08 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Wed, 1 Apr 2026 06:32:30 -0700 Subject: [PATCH] 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. --- .../4-implementation/bmad-checkpoint-preview/SKILL.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bmm-skills/4-implementation/bmad-checkpoint-preview/SKILL.md b/src/bmm-skills/4-implementation/bmad-checkpoint-preview/SKILL.md index 55419c58e..3dc1bbd14 100644 --- a/src/bmm-skills/4-implementation/bmad-checkpoint-preview/SKILL.md +++ b/src/bmm-skills/4-implementation/bmad-checkpoint-preview/SKILL.md @@ -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`