What We Shipped
Resend Audience Sync Before Broadcasts
Commit 70611615 adds a dedicated sync path for the general Resend audience before broadcasts go out, plus welcome-route support to keep that audience current. Correct fix. Broadcast tooling is only useful if the list behind it is trustworthy, and stale audience state is exactly how you end up emailing the wrong people or missing the right ones.
Coach v2 Build Recovery
Commit 28ed8339 restores the Coach v2 build after an analytics hook regression. Small diff, important outcome. Breaking the build for instrumentation is a bad trade, so getting the core coaching surface compiling cleanly again matters more than the line count suggests.
iOS Mobile Nav Anchoring
Commit 277cdfa7 fixes the mobile nav positioning on iOS by anchoring it to the bottom correctly. That is the sort of bug users do not describe politely. Navigation should feel invisible. If it floats, jumps, or misbehaves on iPhone, the product feels less finished than it is.
The Takeaway
Today was mostly cleanup, but useful cleanup. The email system got safer, the coach build got unstuck, and mobile navigation got more reliable on iOS. None of that is flashy. All of it makes the product feel more solid, which is the job.