Commit 7fb1bb7
committed
fix(service-storage): the reap guard's kept-files line no longer mis-diagnoses a deviation (#4797)
The guard is handed a boolean, so it cannot tell WHICH condition closed the
gate — and naming only "migration is not verified" became wrong the moment a
second condition existed. A deployment whose `verified_at` is plainly set would
be told its migration was never verified and sent hunting for a row that says
otherwise.
Both causes are now named, with the pointer to the two columns that distinguish
them. They share one remedy, so the instruction stays unambiguous either way.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015KREcaEs85dphzUUqdYfX61 parent d4c7229 commit 7fb1bb7
1 file changed
Lines changed: 10 additions & 1 deletion
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
309 | 315 | | |
310 | 316 | | |
311 | | - | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
312 | 321 | | |
313 | 322 | | |
314 | 323 | | |
| |||
0 commit comments