Commit ea37283
fix(review): add unconditional mark_dirty() in _apply_stale_dispatch
resolve_stale_running only calls mark_dirty() on the dead-dispatch path.
The reaper unconditionally mutates dispatch fields afterward (ended_at,
reaper_reason, reaper_dispatch_id, tombstone, reaper event), so
mark_dirty() must be called unconditionally to ensure persistence.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent ef6217a commit ea37283
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| |||
0 commit comments