AntiPattern
Cutover Verification Drift
cutover-verification-drift
Bash cutover and post-cutover verification scripts fail because command semantics, parsing, and data-shape assumptions drift—set -euo pipefail exits early or misreports status, while code-level issues like invalid initializer lifetimes and bounds-check order break correctness.