chore: rename openwrk to openwork-orchestrator (#573)

* chore(orchestrator): rename openwrk to openwork-orchestrator

Rename the host package and internal references from openwrk to openwork-orchestrator, and expose the CLI as 'openwork'.

Update desktop/UI runtime wiring, release workflows, and docs; bundle the Tauri sidecar as 'openwork-orchestrator' to avoid Cargo package name collisions.

* chore: keep orchestrator publish script executable

* chore: update pnpm lockfile

* chore: sync lockfile with orchestrator deps

* docs: update orchestrator usage + release notes

Document that openwork-orchestrator installs the 'openwork' CLI, update release command wording, and remove obsolete workflow branch trigger.
This commit is contained in:
ben
2026-02-15 14:24:42 -08:00
committed by GitHub
parent 48f0304884
commit 6284b581f7
60 changed files with 948 additions and 815 deletions

View File

@@ -21,7 +21,7 @@
"test:session-switch": "pnpm --filter @different-ai/openwork-ui test:session-switch",
"test:fs-engine": "pnpm --filter @different-ai/openwork-ui test:fs-engine",
"test:e2e": "pnpm --filter @different-ai/openwork-ui test:e2e",
"test:openwrk": "pnpm --filter openwrk test:router",
"test:orchestrator": "pnpm --filter openwork-orchestrator test:router",
"bump:patch": "pnpm --filter @different-ai/openwork-ui bump:patch",
"bump:minor": "pnpm --filter @different-ai/openwork-ui bump:minor",
"bump:major": "pnpm --filter @different-ai/openwork-ui bump:major",