migrating-motoko-enhanced

Installation
SKILL.md

Enhanced Multi-Migration

Manage canister state evolution through a chain of migration modules. Each migration captures one logical change (add, rename, drop, transform a field) and the compiler verifies the entire chain is consistent.

What This Is

The --enhanced-migration flag enables a migrations/ directory where each file is one upgrade step. The compiler type-checks the full chain on every mops check, ensuring state transformations are coherent. Use mops migrate new / mops migrate freeze to manage the chain — see the mops-cli skill for those commands.

When to Use

Related skills

More from dfinity/icskills

Installs
4
GitHub Stars
16
First Seen
5 days ago