Commit 7a1a0f2
committed
shadow backfill: name the stop reason when a scope retires early
A scope that stops with items remaining previously reported only a bare
count; a stall (provider failure/timeout hitting the no-progress guard)
was indistinguishable from an unembeddable-item bug and cost a diagnosis
cycle. Retirement now records drained vs stalled_no_progress, logs the
stall with its usual cause and the resume path, and the manual --shadow
script prints an explicit resume note.1 parent 7640f6d commit 7a1a0f2
2 files changed
Lines changed: 35 additions & 0 deletions
File tree
- packages/plugin
- scripts
- src/features/magic-context
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
107 | 119 | | |
108 | 120 | | |
109 | 121 | | |
| |||
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
199 | 210 | | |
200 | 211 | | |
201 | 212 | | |
| |||
1301 | 1312 | | |
1302 | 1313 | | |
1303 | 1314 | | |
| 1315 | + | |
1304 | 1316 | | |
1305 | 1317 | | |
1306 | 1318 | | |
1307 | 1319 | | |
1308 | 1320 | | |
1309 | 1321 | | |
1310 | 1322 | | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
1311 | 1334 | | |
1312 | 1335 | | |
1313 | 1336 | | |
| |||
0 commit comments