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
docs(circle-nano): backfill runbook — cut on settled_at (not created_at) + record confirmed prod env
Correctness fix to the uncredited-/settle backfill cutoff. A row CREATED pre-deploy
that FLIPS to settled post-deploy is credited by the new code (in-request or the
reconciler tail), so a created_at cutoff would double-credit it. markSettlementSettled
stamps settled_at on every flip, so `settled_at < prod_live_ts` selects exactly the
rows that reached terminal 'settled' before the new crediting code existed — the only
uncredited set. Also records the 2026-06-02 prod-env confirmation (recipient set →
kernel /settle was live; CIRCLE_NANO_API_KEY unset → proxy was dark).
Local-only docs fix (no runtime impact; not pushed unless bundled with a later change).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments