migration
bởi juliusbrussee
Triển khai các chuyển đổi có thể đảo ngược, an toàn về khả năng tương thích. Sử dụng cho các quá trình di trú lược đồ, dữ liệu, API, giao thức, cấu hình hoặc phụ thuộc yêu cầu khả năng khôi phục và bằng chứng bảo toàn.
npx skills add https://github.com/juliusbrussee/caveman --skill migrationMigration
Map current readers, writers, data shape, compatibility window, and ownership before editing.
- Define forward path and rollback path.
- Preserve existing data; make destructive steps explicit and separately authorized.
- Keep mixed-version operation safe where rollout can overlap.
- Sequence expand, migrate, verify, then contract when applicable.
- Make retries idempotent and partial failure observable.
- Verify old and new paths at required transition stages.
Stop after requested stage passes; do not perform later destructive contraction implicitly.