Commit aab9062
Expand block-start to all list markers, mirror include-files confinement
P1: _BLOCK_START now accepts *, +, and numbered list prefixes (1., 2.)
in addition to - bullets. Prevents parse_uncertain=False on common
Markdown list formats like "1. Severity: P1" or "* **Severity:** P1".
P2: Step 3c --include-files scan now mirrors the script's absolute-path
rejection and realpath repo-root containment check before scanning.
P2: Add 3 regression tests: numbered-list severity parsing, starred-bold
severity parsing, numbered-bold uncertainty detection.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d8a520e commit aab9062
3 files changed
Lines changed: 37 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
| 177 | + | |
177 | 178 | | |
178 | | - | |
179 | | - | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
180 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
181 | 188 | | |
182 | 189 | | |
183 | 190 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
492 | 495 | | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | | - | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
497 | 500 | | |
498 | 501 | | |
499 | 502 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
881 | 881 | | |
882 | 882 | | |
883 | 883 | | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
884 | 890 | | |
885 | 891 | | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
886 | 906 | | |
887 | 907 | | |
888 | 908 | | |
| |||
0 commit comments