mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 00:48:27 +00:00
refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { ClawdbotConfig } from "../config/config.js";
|
||||
import type { MoltbotConfig } from "../config/config.js";
|
||||
|
||||
export {
|
||||
hasBinary,
|
||||
@@ -14,7 +14,7 @@ export {
|
||||
applySkillEnvOverridesFromSnapshot,
|
||||
} from "./skills/env-overrides.js";
|
||||
export type {
|
||||
ClawdbotSkillMetadata,
|
||||
MoltbotSkillMetadata,
|
||||
SkillEligibilityContext,
|
||||
SkillCommandSpec,
|
||||
SkillEntry,
|
||||
@@ -32,7 +32,7 @@ export {
|
||||
syncSkillsToWorkspace,
|
||||
} from "./skills/workspace.js";
|
||||
|
||||
export function resolveSkillsInstallPreferences(config?: ClawdbotConfig) {
|
||||
export function resolveSkillsInstallPreferences(config?: MoltbotConfig) {
|
||||
const raw = config?.skills?.install;
|
||||
const preferBrew = raw?.preferBrew ?? true;
|
||||
const managerRaw = typeof raw?.nodeManager === "string" ? raw.nodeManager.trim() : "";
|
||||
|
||||
Reference in New Issue
Block a user