rename artifact names to openworker: desktop/server binaries, console scripts, npm package

The Python import namespace (coworker) and the live auth config strings are
intentionally unchanged.
This commit is contained in:
Rohit C Prasad
2026-07-21 11:35:29 -07:00
parent 7f6f17c197
commit cffec6bc4b
28 changed files with 75 additions and 75 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ def _cmd_send(target: str, text: str) -> int:
def main(argv: list[str] | None = None) -> int:
parser = argparse.ArgumentParser(prog="coworker-connectors")
parser = argparse.ArgumentParser(prog="openworker-connectors")
sub = parser.add_subparsers(dest="cmd", required=True)
sub.add_parser("status")