release
Prepare
Confirm the repo is on main and clean. Keep changes aligned with OpenCode primitives like .opencode, opencode.json, skills, and plugins when relevant.
Bump
Update versions in packages/app/package.json, packages/desktop/package.json, packages/orchestrator/package.json (publishes as openwork-orchestrator), packages/desktop/src-tauri/tauri.conf.json, and packages/desktop/src-tauri/Cargo.toml. Use one of these commands.
pnpm bump:patch
pnpm bump:minor
pnpm bump:major
pnpm bump:set -- 0.1.21
Merge
Merge the version bump into main. Make sure no secrets or credentials are committed.
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