概要
Axiom Database Migration provides Claude with battle-tested patterns for managing database migrations in production environments, specifically optimized for the xOS ecosystem. It enforces additive, idempotent, and transactional practices to ensure user data remains intact when updating table structures, adding columns, or refactoring schemas. By following strict safety rules and providing comprehensive testing checklists, it helps developers avoid common pitfalls like constraint failures and data corruption while maintaining an immutable migration history.