diff --git a/src/parser.ts b/src/parser.ts index 609e728..d38541c 100644 --- a/src/parser.ts +++ b/src/parser.ts @@ -18,7 +18,7 @@ import type { import { classifyTurn } from './classifier.js' function getClaudeDir(): string { - return join(homedir(), '.claude') + return process.env['CLAUDE_CONFIG_DIR'] || join(homedir(), '.claude') } function getProjectsDir(): string {