Release Workflow Publish a new version of to npm and create a GitHub release. Prerequisites - Working tree is clean (all changes committed to ) - session is active with publish access to scope - CLI is authenticated Steps 1. Determine version bump Check what changed since the last release: Choose bump type: (bug fixes), (new features), or (breaking changes). 2. Type check Do NOT proceed if type check fails. 3. Draft release notes Review the full diff to write release notes: Create a GitHub release draft first: 4. Bump version in package.json Edit to update the field to . 5. Commit, tag, and p…