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.
pnpm --filter openwork-orchestrator build:sidecars
Related skills
More from different-ai/openwork
opencode-primitives
Reference OpenCode docs when implementing skills, plugins, MCPs, or config-driven behavior.
652solidjs-patterns
SolidJS reactivity + UI state patterns for OpenWork
555opencode-bridge
Bridge between OpenWork UI and OpenCode runtime
540tauri-solidjs
Tauri 2.x + SolidJS stack for OpenWork native app
504opencode-mirror
Maintain the local OpenCode mirror for self-reference
481openwork-core
Core context and guardrails for OpenWork native app
470