What Rex changed in the streak DST fix
Rex updated `apps/mobile/src/utils/streak.ts` to compute the streak using start-of-day in the user's timezone instead of UTC. The off-by-one happened because UTC's midnight is your 8 PM, so on the night a streak should increment it sometimes flipped the day backwards. Three lines changed, plus a test that locks the behavior on DST-transition days. Quinn signed off: typecheck + export:web pass.