@@ -186,6 +186,7 @@ export const migratedSessionAccessorWriteFiles = new Set([
186186 "src/commands/tasks.ts" ,
187187 "src/config/sessions/cleanup-service.ts" ,
188188 "src/gateway/boot.ts" ,
189+ "src/gateway/server-methods/sessions.ts" ,
189190 "src/gateway/server-node-events.ts" ,
190191 "src/gateway/session-compaction-checkpoints.ts" ,
191192 "src/plugins/host-hook-cleanup.ts" ,
@@ -196,6 +197,7 @@ export const migratedSessionAccessorWriteFiles = new Set([
196197export const migratedTranscriptWriterFiles = new Set ( [
197198 "src/agents/command/attempt-execution.ts" ,
198199 "src/agents/embedded-agent-runner/context-engine-maintenance.ts" ,
200+ "src/auto-reply/reply/session-fork.runtime.ts" ,
199201 "src/config/sessions/transcript.ts" ,
200202 "src/gateway/server-methods/chat.ts" ,
201203 "src/gateway/server-methods/chat-transcript-inject.ts" ,
@@ -569,6 +571,7 @@ const writeSourceRootPaths = [
569571const transcriptWriterSourceRootPaths = [
570572 "src/agents/command" ,
571573 "src/agents/embedded-agent-runner" ,
574+ "src/auto-reply/reply" ,
572575 "src/config/sessions" ,
573576 "src/gateway/server-methods" ,
574577 "src/sessions" ,
0 commit comments