Rename bot references from ocw to OpenWorker

Correlation token now emits [ow:id]; legacy [ocw:id] replies still parse.
Invite hints and docstrings say @OpenWorker.
This commit is contained in:
Rohit C Prasad
2026-07-23 07:43:24 -07:00
committed by Rohit P
parent 1032e3a664
commit 71b0df8ea2
13 changed files with 30 additions and 21 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ def _send_slack(
return SendResult(True, message_id=data.get("ts"))
err = data.get("error") or "slack send failed"
if err == "not_in_channel":
err = "not_in_channel — invite @ocw to the channel in Slack, then retry"
err = "not_in_channel — invite @OpenWorker to the channel in Slack, then retry"
return SendResult(False, error=err)