This document defines how existing StateSurface projects should be updated.
- New project bootstrap:
npx create-state-surface <project-name> - Existing project update:
pnpm up state-surface - Do not re-run scaffolding for existing projects.
Current baseline release line.
No migration steps yet beyond standard dependency update:
pnpm up state-surface
pnpm test
pnpm buildWhen a breaking release is published, add a section:
## vX.Y.0
### What changed
- ...
### Manual changes required
1. ...
2. ...
### Verification
- `pnpm test`
- `pnpm build`
- smoke test: route/transition scenarios