From 045f1cb376de10818d7865a39c4e8f65c1cb7e2a Mon Sep 17 00:00:00 2001 From: Julian Cuni Date: Sat, 2 May 2026 21:42:53 +0200 Subject: [PATCH] docs: backfill task 2.4 commit SHA --- .planning/phase-2-live-map/04-ws-client-and-position-store.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.planning/phase-2-live-map/04-ws-client-and-position-store.md b/.planning/phase-2-live-map/04-ws-client-and-position-store.md index 7b2ffa4..efd4e3c 100644 --- a/.planning/phase-2-live-map/04-ws-client-and-position-store.md +++ b/.planning/phase-2-live-map/04-ws-client-and-position-store.md @@ -389,4 +389,4 @@ Eight files under `src/live/`: **Bundle:** `src/live/` adds ~15KB raw (the bulk is zod's discriminated-union runtime, plus the WS state machine). Loaded eagerly because `` is in `main.tsx`. Total main bundle 393KB / 120KB gzipped (up from 376KB / 115KB after 2.3). -Landed in `PENDING_SHA`. +Landed in `2db3195`.