Agent-safe database migrations with a shadow database
Never let an agent's migration touch a database you care about on the first run. A disposable shadow database catches destructive DDL, broken backfills, and the classic 'rename via drop-and-create' before they reach even your dev data.