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

@@ -22,7 +22,7 @@ import {
readChannelAllowFromStore,
removeChannelAllowFromStoreEntry,
} from "../../pairing/pairing-store.js";
import type { MoltbotConfig } from "../../config/config.js";
import type { OpenClawConfig } from "../../config/config.js";
import type { ChannelId } from "../../channels/plugins/types.js";
import type { CommandHandler } from "./commands-types.js";
@@ -134,7 +134,7 @@ function parseAllowlistCommand(raw: string): AllowlistCommand | null {
}
function normalizeAllowFrom(params: {
cfg: MoltbotConfig;
cfg: OpenClawConfig;
channelId: ChannelId;
accountId?: string | null;
values: Array<string | number>;
@@ -259,7 +259,7 @@ function resolveChannelAllowFromPaths(
}
async function resolveSlackNames(params: {
cfg: MoltbotConfig;
cfg: OpenClawConfig;
accountId?: string | null;
entries: string[];
}) {
@@ -275,7 +275,7 @@ async function resolveSlackNames(params: {
}
async function resolveDiscordNames(params: {
cfg: MoltbotConfig;
cfg: OpenClawConfig;
accountId?: string | null;
entries: string[];
}) {