refactor: route boot session mapping through accessor (#96225)

This commit is contained in:
Josh Lehman
2026-06-24 06:54:19 -07:00
committed by GitHub
parent 704fc35043
commit acc2a0ee72
4 changed files with 164 additions and 103 deletions

View File

@@ -57,6 +57,7 @@ describe("session accessor boundary guard", () => {
"src/gateway/sessions-history-http.ts",
"src/gateway/session-utils.ts",
"src/gateway/managed-image-attachments.ts",
"src/gateway/boot.ts",
"src/gateway/server-methods/artifacts.ts",
"src/gateway/server-methods/chat.ts",
"src/gateway/sessions-resolve.ts",
@@ -121,6 +122,7 @@ describe("session accessor boundary guard", () => {
"src/auto-reply/reply/session-usage.ts",
"src/commands/tasks.ts",
"src/config/sessions/cleanup-service.ts",
"src/gateway/boot.ts",
"src/gateway/server-node-events.ts",
"src/gateway/session-compaction-checkpoints.ts",
"src/plugins/host-hook-cleanup.ts",