Prune package manager legacy artifacts

This commit is contained in:
ejclaw
2026-04-08 07:12:54 +09:00
parent 9640d51ff9
commit 0e016395c6
15 changed files with 5 additions and 9438 deletions

View File

@@ -49,9 +49,6 @@ function createExecutableWrapperDir(baseEnv: NodeJS.ProcessEnv): string {
const candidateRoots = [
baseEnv.EJCLAW_REVIEWER_GIT_WRAPPER_ROOT,
baseEnv.HOME ? path.join(baseEnv.HOME, '.ejclaw-reviewer-runtime') : null,
process.cwd()
? path.join(process.cwd(), '.ejclaw-reviewer-runtime')
: null,
path.join(os.tmpdir(), '.ejclaw-reviewer-runtime'),
].filter((value): value is string => Boolean(value));