chore: rename project to clawdbot
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { ClawdisConfig } from "../config/config.js";
|
||||
import type { ClawdbotConfig } from "../config/config.js";
|
||||
import type { SessionChatType, SessionEntry } from "../config/sessions.js";
|
||||
|
||||
export type SessionSendPolicyDecision = "allow" | "deny";
|
||||
@@ -34,7 +34,7 @@ function deriveChatTypeFromKey(key?: string): SessionChatType | undefined {
|
||||
}
|
||||
|
||||
export function resolveSendPolicy(params: {
|
||||
cfg: ClawdisConfig;
|
||||
cfg: ClawdbotConfig;
|
||||
entry?: SessionEntry;
|
||||
sessionKey?: string;
|
||||
surface?: string;
|
||||
|
||||
Reference in New Issue
Block a user