From 4ef741a2731fda5128668971f5c05ac47346ce02 Mon Sep 17 00:00:00 2001 From: Jerome Revillard Date: Wed, 13 May 2026 08:48:50 +0200 Subject: [PATCH] fix: remove leftover conflict markers in bmad-checkpoint-preview SKILL.md The ## INITIALIZATION section was redundant with Step 4: Load Config in the On Activation steps above. --- .../bmad-checkpoint-preview/SKILL.md | 12 ------------ 1 file changed, 12 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 8439e4d6c..db1d7fba2 100644 --- a/src/bmm-skills/4-implementation/bmad-checkpoint-preview/SKILL.md +++ b/src/bmm-skills/4-implementation/bmad-checkpoint-preview/SKILL.md @@ -63,18 +63,6 @@ Activation is complete. Begin the workflow below. - **Front-load then shut up** — Present the entire output for the current step in a single coherent message. Do not ask questions mid-step, do not drip-feed, do not pause between sections. - **Language** — Speak in `{communication_language}`. Write any file output in `{document_output_language}`. -<<<<<<< HEAD -======= -## INITIALIZATION - -Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve: - -- `implementation_artifacts` -- `planning_artifacts` -- `communication_language` -- `document_output_language` - ->>>>>>> 3846e184 (fix(skills): use resolve_config.py instead of reading config.yaml directly) ## FIRST STEP Read fully and follow `./step-01-orientation.md` to begin.