Commit 62e87f1
docs(pm-dispatch): require a positive control and short anchors in Re-check greps (#13106)
A card's `Re-check` grep quotes the author's full remembered sentence, but the
same sentence is line-wrapped in the source file, so `git grep` matches nothing
and the next reader reads that zero as "already gone, nothing to fix". Measured
three times in one lane, plus a fourth defect stacked on the same command: a
verbatim quotation whose case did not match the tree.
The rule lands on the filing side, in the 落卡与裁决记录细则 section that holds
the references detail for the main file's "每条前提行自带一条 re-check 命令":
every grep carries a positive control from the same file, and a zero without a
passing control is recorded as 没读到 rather than 不存在. The control is the one
remedy that covers BOTH defects, because it does not ask the author to predict
which mistake they made. Anchors take the shortest non-wrapping fragment.
Net-0 against the file's ratchet, paid by three cuts whose content survives at
a named source; no re-wrap harvesting.
Claude-Session: https://claude.ai/code/session_01MnijPVVDakqK2J335JoJtq
Co-authored-by: Claude <noreply@anthropic.com>1 parent d6fe884 commit 62e87f1
1 file changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
112 | | - | |
| 110 | + | |
113 | 111 | | |
114 | 112 | | |
115 | 113 | | |
116 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
117 | 120 | | |
118 | 121 | | |
119 | 122 | | |
| |||
242 | 245 | | |
243 | 246 | | |
244 | 247 | | |
245 | | - | |
246 | | - | |
| 248 | + | |
247 | 249 | | |
248 | 250 | | |
249 | 251 | | |
| |||
259 | 261 | | |
260 | 262 | | |
261 | 263 | | |
262 | | - | |
263 | | - | |
264 | | - | |
| 264 | + | |
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| |||
0 commit comments