ワンクリックで
openwork-orchestrator-npm-publish
// Publish the openwork-orchestrator npm package with clean git hygiene. Triggers when user mentions: - "openwork-orchestrator npm publish" - "publish openwork-orchestrator" - "bump openwork-orchestrator"
// Publish the openwork-orchestrator npm package with clean git hygiene. Triggers when user mentions: - "openwork-orchestrator npm publish" - "publish openwork-orchestrator" - "bump openwork-orchestrator"
Run OpenWork UI evals on a Daytona sandbox or local Electron instance. Handles sandbox creation, service startup, and eval execution via CDP browser tools.
Guide users through browser automation setup using Chrome DevTools MCP only. Use when the user asks to set up browser automation, Chrome DevTools MCP, browser MCP, or runs the browser-setup command.
Manages Cargo.lock file updates and resolves --locked flag issues in CI/CD. Triggers when user mentions: - "cargo test --locked failed" - "cannot update the lock file" - "Cargo.lock is out of date" - "PR failed with --locked error" - "fix Cargo.lock"
SolidJS reactivity + UI state patterns for OpenWork
Debug OpenWork sidecars, config, and audit trail
Core context and guardrails for OpenWork native app
| name | openwork-orchestrator-npm-publish |
| description | Publish the openwork-orchestrator npm package with clean git hygiene. Triggers when user mentions: - "openwork-orchestrator npm publish" - "publish openwork-orchestrator" - "bump openwork-orchestrator" |
openwork-orchestrator aligned with the app/desktop release).pnpm bump:patch
# or: pnpm bump:minor
# or: pnpm bump:major
# or: pnpm bump:set -- X.Y.Z
vX.Y.Z.Manual recovery path (sidecars + npm) below.
pnpm --filter openwork-orchestrator build:sidecars
gh release create openwork-orchestrator-vX.Y.Z packages/orchestrator/dist/sidecars/* \
--repo different-ai/openwork \
--title "openwork-orchestrator vX.Y.Z sidecars" \
--notes "Sidecar binaries and manifest for openwork-orchestrator vX.Y.Z"
pnpm --filter openwork-orchestrator build:bin:all
openwork-orchestrator as a meta package + platform packages (optionalDependencies).node packages/orchestrator/scripts/publish-npm.mjs
npm view openwork-orchestrator version
./.opencode/skills/openwork-orchestrator-npm-publish/scripts/publish-openwork-orchestrator.sh
Authenticate with npm before publishing.
npm login
Alternatively, export an npm token in your environment (see .env.example).
openwork-orchestrator is published as:
openwork-orchestrator (wrapper + optionalDependencies)openwork-orchestrator-darwin-arm64, openwork-orchestrator-darwin-x64, openwork-orchestrator-linux-arm64, openwork-orchestrator-linux-x64, openwork-orchestrator-windows-x64 (platform binaries)openwork-orchestrator is versioned in lockstep with OpenWork app/desktop releases.openwork-orchestrator-vX.Y.Z release assets by default.