You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
A reliability nudge whose successor was also retired still pointed at it.
4.14.9 moved the nudge's action from the archived stale id to the superseding
one, which is an improvement only while the successor exists — superseded_pairs reads the archive off disk and never checks. Measured
against the live store right after that change: of the first three actions
the refreshed digest offered, only one resolved. The detector now drops a
pair whose successor no longer resolves, so every nudge it emits is
actionable by construction. The check sits inside the detector's existing
guard, because the module contract is that it never sinks a proactive
surface.