Commit dfed98e
fix(skill): warn about code fence collisions in suggestion blocks
When a suggestion's target range includes a line that is itself triple
backticks (a code fence marker), GitHub's suggestion syntax collides
with the content. This caused a broken suggestion on PR #1322 where
applying it would have eaten the closing code fence.
Add explicit guidance to exclude fence marker lines from the range or
reproduce them in the suggestion body.
Closes #1326
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 691060e commit dfed98e
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
335 | 340 | | |
336 | 341 | | |
337 | 342 | | |
| |||
0 commit comments