From f927bb3e9215eadd8fe3359af3af1b3a5dc1bdfa Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Wed, 1 Apr 2026 08:05:13 -0700 Subject: [PATCH] fix(checkpoint): make link-to-source conditional on source existing Co-Authored-By: Claude Opus 4.6 --- .../bmad-checkpoint-preview/step-01-orientation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bmm-skills/4-implementation/bmad-checkpoint-preview/step-01-orientation.md b/src/bmm-skills/4-implementation/bmad-checkpoint-preview/step-01-orientation.md index 993cbd94f..5d1e5fcff 100644 --- a/src/bmm-skills/4-implementation/bmad-checkpoint-preview/step-01-orientation.md +++ b/src/bmm-skills/4-implementation/bmad-checkpoint-preview/step-01-orientation.md @@ -58,7 +58,7 @@ Set `review_mode` — pick the first match: ### Intent Summary - If intent comes from a spec's Intent section, display it verbatim regardless of length — it's already written to be concise. -- For other sources (commit messages, bug reports, user description): if ≤200 tokens, display verbatim. If longer, distill to ≤200 tokens and link to the full source. +- For other sources (commit messages, bug reports, user description): if ≤200 tokens, display verbatim. If longer, distill to ≤200 tokens. Link to the full source when one exists (e.g. a file path or URL). - Format: `> **Intent:** {summary}` ### Surface Area Stats