openwork-orchestrator-npm-publish
Installation
SKILL.md
Quick usage (already configured)
- Ensure you are on the default branch and the tree is clean.
- Bump versions via the shared release bump (this keeps
openwork-orchestratoraligned with the app/desktop release).
pnpm bump:patch
# or: pnpm bump:minor
# or: pnpm bump:major
# or: pnpm bump:set -- X.Y.Z
- Commit the bump.
- Preferred: publish via the "Release App" GitHub Actions workflow by tagging
vX.Y.Z.
Manual recovery path (sidecars + npm) below.