From d40aac0a580da4b7cebe31b0eb50bc9dd5d623cf Mon Sep 17 00:00:00 2001 From: Jinwoo Hong <73622457+Jinwoo-H@users.noreply.github.com> Date: Mon, 21 Sep 2026 16:17:29 -0400 Subject: [PATCH] test(mobile): repin the session page closure at 4,333 after #21924 reached it (#22067) C7.7 (#21977) measured the session route's page closure at 4,330 on a merge of f07bf8544c and gated green. Before it merged, #21924 turned agent-session-wire.ts's type-only import of agent-session-record into a value import, so src/shared/agent-session-record.ts and the two modules it reaches, agent-session-conversation-name.ts and surrogate-safe-text-slice.ts, entered the page bundle. Pristine main at 3cfb070294 reads 4,333. Named by diffing the closure at f07bf8544c against 2739246058; nothing on the C7.7 side moved. Claude-Session: https://claude.ai/code/session_01JNnE9qzUZMMnqpZWCqM3nb --- .../mobile-web-app-session-terminal-closure.test.mjs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/scripts/mobile-web-app-session-terminal-closure.test.mjs b/config/scripts/mobile-web-app-session-terminal-closure.test.mjs index 5cdc226f1ca..4c50878a32e 100644 --- a/config/scripts/mobile-web-app-session-terminal-closure.test.mjs +++ b/config/scripts/mobile-web-app-session-terminal-closure.test.mjs @@ -208,8 +208,14 @@ const MERMAID_PACKAGE = 'node_modules/mermaid/' * declared beside the route-update accept, so `bridge-route-update.ts` and the * `shell-screen-route.ts` it reads a route key from now enter through the envelope as well. All * four are schema and string constants: the closure grew, the download did not gain a package. + * + * Main measures 4,333 at `3cfb070294`: #21924 (`2739246058`) turned `agent-session-wire.ts`'s + * type-only import of `agent-session-record` into a value import, so `src/shared/agent-session-record.ts` + * and the two it reaches, `agent-session-conversation-name.ts` and `surrogate-safe-text-slice.ts`, + * entered the page bundle between C7.7's measurement on `f07bf8544c` and its merge. Named by + * diffing the closure at `f07bf8544c` against `2739246058`; nothing on the C7.7 side moved. */ -const SESSION_ROUTE_MODULES = 4330 +const SESSION_ROUTE_MODULES = 4333 /** What the page enters this route through once the route is a switch with a `.web.tsx` sibling. */ const ROUTE_ENTRY = [