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(adr-0104): backfill must precede the write cutover, not follow it
The 2026-07-27 addendum sequenced the write cutover before the backfill. That is
wrong for the same reason the backfill must precede collection, one step further
back: narrowing the accepted stored form while records still hold legacy values
would reject any update that rewrites such a field, breaking working apps until
the backfill catches up. Backfilling first leaves the cutover nothing legacy to
reject.
Also states plainly why the last two steps are held to different standards. The
cutover breaks loudly and recoverably (a rejected write); enabling collection
breaks silently and permanently (deleted bytes). Only the second earns the
reconciliation evidence requirement, and neither it nor the migration run should
happen without an explicit human decision.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01SHpGw3GBA9aFpfwVArRWfd
0 commit comments