refactor(sessions): route new session store bypasses through the accessor (#101179)

This commit is contained in:
Josh Lehman
2026-07-06 18:05:18 -07:00
committed by GitHub
parent 97777a7026
commit 4e2a80cac3
11 changed files with 296 additions and 109 deletions

View File

@@ -149,6 +149,7 @@ describe("session accessor boundary guard", () => {
"src/commands/tasks.ts",
"src/config/sessions/cleanup-service.ts",
"src/gateway/boot.ts",
"src/gateway/server-methods/sessions.ts",
"src/gateway/server-node-events.ts",
"src/gateway/session-compaction-checkpoints.ts",
"src/plugins/host-hook-cleanup.ts",
@@ -163,6 +164,7 @@ describe("session accessor boundary guard", () => {
new Set([
"src/agents/command/attempt-execution.ts",
"src/agents/embedded-agent-runner/context-engine-maintenance.ts",
"src/auto-reply/reply/session-fork.runtime.ts",
"src/config/sessions/transcript.ts",
"src/gateway/server-methods/chat.ts",
"src/gateway/server-methods/chat-transcript-inject.ts",