mirror of
https://github.com/EveryInc/compound-engineering-plugin.git
synced 2026-06-19 15:41:46 +02:00
3c6aa1144b
New review agents for validating database migrations and risky data deployments: - data-migration-expert: Validates ID mappings match production reality, checks for swapped values, verifies rollback safety, provides SQL verification snippets - deployment-verification-agent: Produces Go/No-Go deployment checklists with pre/post-deploy SQL queries, data invariants, rollback procedures, monitoring Updated /workflows:review to conditionally run these agents when PRs contain database migrations (db/migrate/*.rb), data backfills, or ID/enum mappings. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>