Database Migrations
Use versioned migrations; never modify the schema manually
CLAUDE.md
Use versioned migration files for all database schema changes. Never modify the schema manually or with ad-hoc queries. Migrations must be reversible and safe to run on production data.
Copy this block into your CLAUDE.md or agent config file to enforce it in your workflow.