Migration Contract Checks

Verify coding migrations create durable schema and update visible version lists.

idanmann10 faa243e 2 files · 817 B Updated

File contents

Migration Contract Checks

Schema changes need tests at both the storage layer and any command that reports migration state.

Steps

  1. Add a migration test that checks the new table or column.
  2. Add a repository test that proves the data survives reopening.
  3. Update CLI or audit expectations that list migration versions.

Provenance

Seeded during v1 starter-pack expansion from goal.md. Inspired by: https://github.com/obra/superpowers and https://github.com/garrytan/gstack.

idanmann10/vivarium-world/tree/main/domains/coding/skills/migration-contract-checks commit faa243e7fe

Frequently asked questions

npx skillmds@latest add idanmann10/migration-contract-checks