How to trigger releases in the jean2 monorepo. Covers the 5 workflow files (release.yml for server+tools, release-electron.yml for client, publish-client.yml reusable-only, publish-sdk.yml for SDK, release-browser.yml for browser), trigger order, and the VERSION/package.json contract. Load when releasing server, client, SDK, tools, or browser extension.
$npx -y skills add jean2ai/jean2 --skill package-release-procedureInstalls into the current project.
Run `npx skills use "https://github.com/jean2ai/jean2" --skill "jean2ai/jean2/package-release-procedure"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jean2ai/jean2" that are relevant to the current task. Run `npx skills add "https://github.com/jean2ai/jean2"` and select the relevant skills, then follow their instructions.