From b76e1fc5c4f54146350dcccb22edc4dc2a5b3bbe Mon Sep 17 00:00:00 2001 From: Jonathan Hvid Date: Tue, 12 May 2026 14:31:04 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20Phase=200.5=20audit=20=E2=80=94=20/road?= =?UTF-8?q?map=20polish=20pass=20v6=20preflight?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Confirmed before any code: - .rr-scroll: padding 0/140/8, scroll-padding-{left,right} 140, overflow-x: auto only — overflow-y is implicit (the spec's known flaky combination). paddingX default in computeRouteLayout is 60. - exists at src/components/RoadmapInMotion.astro and is mounted at /roadmap.astro:29. firstSentenceOf helper is local to that file (not exported, no other callers — safe to delete outright). - uses the three-column row grid (auto 1fr auto) from the prior pass — that whole layout is what step 5 rebuilds. Co-Authored-By: Claude Opus 4.7 (1M context)