Lanes
One lane at a time — the goal, the critical path, and the current wave of blockers.
Web — Dead code removal
Confirmed orphans: apps/web/features/analytics/hooks/useLiveFeed.ts + useLiveFeedMock.ts have zero importers anywhere (grep confirms only self-references). apps/web/app/sandbox/wireframes/ is a live, publicly-routable design-exploration surface with six real flows and no visible auth/robots gate. Thinner than iOS's dead-code problem — no duplicate abandoned feature generations found on web, and the .gitkeep-only scaffold subfolders (destinations/, agent/, marketing/) turned out to be a deliberate empty per-feature-folder convention, not evidence of abandoned work — every one of those features has real, live, routed code elsewhere in the same folder. apps/web-mobile/lib/auth/device-trust.ts is also a confirmed zero-caller orphan but is already tracked separately at t_a1a873d3 in the web-mobile Surface build wave — not duplicated here.