refactor!: drop legacy CLAWDBOT env compatibility

This commit is contained in:
Peter Steinberger
2026-03-22 22:13:01 -07:00
parent 5ff60cc39f
commit 6b9915a106
85 changed files with 148 additions and 569 deletions

View File

@@ -36,7 +36,6 @@ const PATH_RESOLUTION_ENV_KEYS = [
"HOMEPATH",
"OPENCLAW_HOME",
"OPENCLAW_STATE_DIR",
"CLAWDBOT_STATE_DIR",
"OPENCLAW_BUNDLED_PLUGINS_DIR",
] as const;
@@ -65,7 +64,6 @@ export function createPathResolutionEnv(
USERPROFILE: resolvedHome,
OPENCLAW_HOME: undefined,
OPENCLAW_STATE_DIR: undefined,
CLAWDBOT_STATE_DIR: undefined,
OPENCLAW_BUNDLED_PLUGINS_DIR: undefined,
};