Synchronize Framework Packages
Webstir packages are kept in sync by releasing them together as one version set.
Active Package Flow
- Make canonical changes under
packages/contracts/**orpackages/tooling/**. - Validate with the relevant Bun package commands.
- Prepare one synchronized set from the repo root with
bun run release:prepare -- <webstir|testing> <bump>. - Merge the release changes through normal CI, then trigger the Release Package workflow once for that exact commit.
- Update consuming Bun workspaces through normal
package.jsonchanges plusbun install.