Commit 31379f1
committed
fix(examples): steer PR review comments away from GFM table glitches
The model sometimes emitted findings_markdown starting with pipe characters,
which GitHub parses as a markdown table and merges with the heading/summary.
Tighten reviewer instructions: require ### Findings, forbid pipe tables and
backslash-escaped underscores. Add a ### Summary wrapper in the posted comment
body so structure stays clear even if the model drifts.
Made-with: Cursor1 parent d5c3522 commit 31379f1
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
0 commit comments