Skip to content

Commit 52c9e7e

Browse files
committed
test(scripts): expect migrated surfaces in accessor ratchet sets
1 parent deff9af commit 52c9e7e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

test/scripts/check-session-accessor-boundary.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ describe("session accessor boundary guard", () => {
5454
"src/commands/status.summary.ts",
5555
"src/commands/tasks.ts",
5656
"src/config/sessions/combined-store-gateway.ts",
57+
"src/config/sessions/delivery-info.ts",
58+
"src/config/sessions/goals.ts",
5759
"src/cron/isolated-agent/delivery-target.ts",
5860
"src/cron/service/timer.ts",
5961
"src/gateway/session-compaction-checkpoints.ts",
@@ -120,6 +122,7 @@ describe("session accessor boundary guard", () => {
120122
"src/agents/command/session-store.ts",
121123
"src/agents/embedded-agent-runner/run.ts",
122124
"src/agents/embedded-agent-runner/run/attempt.ts",
125+
"src/agents/embedded-agent-subscribe.handlers.compaction.runtime.ts",
123126
"src/agents/live-model-switch.ts",
124127
"src/agents/main-session-restart-recovery.ts",
125128
"src/auto-reply/reply/abort.ts",
@@ -148,11 +151,14 @@ describe("session accessor boundary guard", () => {
148151
"src/auto-reply/reply/session-usage.ts",
149152
"src/commands/tasks.ts",
150153
"src/config/sessions/cleanup-service.ts",
154+
"src/config/sessions/goals.ts",
151155
"src/gateway/boot.ts",
152156
"src/gateway/server-node-events.ts",
153157
"src/gateway/session-compaction-checkpoints.ts",
158+
"src/infra/outbound/outbound-session.ts",
154159
"src/plugins/host-hook-cleanup.ts",
155160
"src/plugins/host-hook-state.ts",
161+
"src/plugins/runtime/runtime-channel.ts",
156162
"src/tui/embedded-backend.ts",
157163
]),
158164
);

0 commit comments

Comments
 (0)