All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 42s
Two bugs fixed: 1. First htmx add didn't update mini cart count because the context processor's API call couldn't see the uncommitted transaction. Fix: pass cart_count/cart_total explicitly from the route handler. 2. Page refresh always showed cart count 0 because the internal API call to the cart service failed to resolve cart identity correctly. Fix: replace the API call with a direct DB query using the same shared database and session, matching how the cart app itself works. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>