refactor: rename to openclaw

This commit is contained in:
Peter Steinberger
2026-01-30 03:15:10 +01:00
parent 4583f88626
commit 9a7160786a
2357 changed files with 16688 additions and 16788 deletions

View File

@@ -351,7 +351,7 @@ describe("monitorSlackProvider tool results", () => {
slackTestState.config = {
messages: {
responsePrefix: "PFX",
groupChat: { mentionPatterns: ["\\bclawd\\b"] },
groupChat: { mentionPatterns: ["\\bopenclaw\\b"] },
},
channels: {
slack: {
@@ -377,7 +377,7 @@ describe("monitorSlackProvider tool results", () => {
event: {
type: "message",
user: "U1",
text: "clawd: hello",
text: "openclaw: hello",
ts: "123",
channel: "C1",
channel_type: "channel",
@@ -396,7 +396,7 @@ describe("monitorSlackProvider tool results", () => {
slackTestState.config = {
messages: {
responsePrefix: "PFX",
groupChat: { mentionPatterns: ["\\bclawd\\b"] },
groupChat: { mentionPatterns: ["\\bopenclaw\\b"] },
},
channels: {
slack: {
@@ -422,7 +422,7 @@ describe("monitorSlackProvider tool results", () => {
event: {
type: "message",
user: "U1",
text: "clawd: hello <@U2>",
text: "openclaw: hello <@U2>",
ts: "123",
channel: "C1",
channel_type: "channel",