726 B
726 B
Old-project v0.6 test checklist
- The unmodified old application builds before migration.
wrnexus update --dry-run --reportchanges no files.- The report identifies legacy outputs, ambiguous functions, unresolved imports, and string layouts.
- The real migration creates a backup.
- Migrated
.wrnfiles parse and type-check. $emitis converted tooutput.*where safe.@eventis converted tooutputs {}.- Parent
event.detailhandlers usepayload. - Explicit imports resolve without guessing ambiguous components.
- Existing layouts render.
- SSR and CSR behavior match the old application.
- A second migration run produces no source changes.
- Rollback restores the exact pre-migration application.