Migration from the TypeScript package
The retired TypeScript package and its legacy manifest are no longer the supported interface. Back up the project before migrating.
Recommended sequence
Section titled “Recommended sequence”- Install the current native CLI and run
labcoat doctor. - Commit or copy the existing project and deployment metadata.
- Run
labcoat lock migrateonce to convert legacy deployment records. - Review
labcoat.tomland remove any secret material. - Run
labcoat testandlabcoat compileagainst contract sources. - Start a clean local devnet and redeploy; old local-chain IDs are not portable.
Use labcoat lock show to verify the per-network ledger after migration. The
full repository audit remains available in the project’s docs/migration
directory.