Skip to main content
Run any Skill in Manus
with one click

upgrade-safe-persistence

Stars13
Forks1
UpdatedMay 20, 2026 at 12:18

Use when modifying any Gson-deserialized data class persisted across upgrades — specifically shared/Course.kt, data/cache/DataCache.kt, data/DataMigration.kt, wear/WearScheduleBridge.kt, wear/data/SchedulePersistence.kt, network/model/**, data/model/**, or app/proguard-rules.pro. Also use before reviewing PRs that add fields to any class in app/proguard-rules.pro's keep list. Enforces the upgrade-crash-prevention checklist so adding a new persisted field doesn't NPE existing users on first launch after upgrade (the v1.3.x→v1.4.0 and v1.4.1→v1.4.2 incident pattern).

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly