fix(checkpoint): make link-to-source conditional on source existing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Alex Verkhovsky 2026-04-01 08:05:13 -07:00
parent fd0d64d59c
commit f927bb3e92
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ Set `review_mode` — pick the first match:
### Intent Summary ### Intent Summary
- If intent comes from a spec's Intent section, display it verbatim regardless of length — it's already written to be concise. - 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}` - Format: `> **Intent:** {summary}`
### Surface Area Stats ### Surface Area Stats