diff --git a/src/paired-execution-context.ts b/src/paired-execution-context.ts index a1192d1..ea037b6 100644 --- a/src/paired-execution-context.ts +++ b/src/paired-execution-context.ts @@ -260,7 +260,6 @@ export function preparePairedExecutionContext(args: { DATA_DIR, 'sessions', `${group.folder}-reviewer`, - '.claude', ); fs.mkdirSync(reviewerSessionDir, { recursive: true }); envOverrides.CLAUDE_CONFIG_DIR = reviewerSessionDir;