From c18026e5d81f1afa0c0238bc6b43f4e7e739cd4c Mon Sep 17 00:00:00 2001 From: Julian Cuni Date: Sat, 2 May 2026 21:32:57 +0200 Subject: [PATCH] docs: backfill task 2.3 commit SHA --- .planning/phase-2-live-map/03-sprite-preload.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.planning/phase-2-live-map/03-sprite-preload.md b/.planning/phase-2-live-map/03-sprite-preload.md index ca75233..973f8fd 100644 --- a/.planning/phase-2-live-map/03-sprite-preload.md +++ b/.planning/phase-2-live-map/03-sprite-preload.md @@ -166,4 +166,4 @@ For 2.3, just include it in the registry and it'll be there when 2.5 needs it. **Bundle:** SVGs are inlined as data URLs by Vite (each is ~200-400 bytes). The sprite-preload module itself is small (~3KB). The map chunk gains ~5KB. -Landed in `PENDING_SHA`. +Landed in `61685e6`.