mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user