Upgrade a framework methodically
Use primary migration guidance, isolate compatibility changes, and keep the repository’s feedback loops intact.
Use when
A framework or foundational dependency must move across one or more meaningful versions.
Outcome
A focused framework upgrade with known breaking changes handled and a clear runtime verification list.
The sequence
4 deliberate steps
- 01Open prompt
Inventory the current surface
Find versions, plugins, configuration, framework-specific APIs, and runtime constraints.
- 02Open prompt
Research migration risks
Use official releases and migration docs to isolate changes that affect this repository.
- 03Open prompt
Migrate in compatible steps
Keep dependency, configuration, and code changes small enough to diagnose independently.
- 04Open prompt
Plan the release
Define preflight, runtime checks, observation, and rollback.