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
@@ -1472,7 +1472,7 @@ export interface SlackMember {
}
// One channel from the workspace roster. Private channels appear only where the
// bot is a member (Slack API constraint); is_member=false → "invite @ocw" hint.
// bot is a member (Slack API constraint); is_member=false → "invite @OpenWorker" hint.
export interface SlackChannelEntry {
id: string;
name: string;
@@ -495,7 +495,7 @@ export function AutomationQuickstart({
/>
</div>
<p className="text-[11px] text-warnInk mt-1">
The bot must be a member of the channel invite @ocw in Slack if it isn't.
The bot must be a member of the channel invite @OpenWorker in Slack if it isn't.
</p>
</>
)}