.agents/skills/release/SKILL.md
See docs/publishing-a-release.md for full details.
develop with latest changes. Stash any unsaved work with git stash -u if needed.yarn changelog (use yarn changelog | pbcopy to copy output).CHANGELOG.md for the current version.prepare-release/VERSION off develop.CHANGELOG.md — add the new version entry with the changelog output. See the "Updating the Changelog" section in docs/publishing-a-release.md for formatting details. Do not remove existing entries.meta(changelog): Update changelog for VERSIONmaster.git stash pop if needed.Follow docs/new-sdk-release-checklist.md. If anything doesn't match the checklist, remind the user.
yarn changelog — generate changelog entriesyarn lint — verify code qualityyarn test — run test suiteyarn build:dev — verify build