BROAD1 channel broken · 2 consumers at risk
Renamed the orders route — storefront and app still call the old one
renamed /api/orders → /api/orders/v2 · orders-api/routes.ts · 1 file
BEHAVIORSCheckoutOrder history
CHANNEL CHANGES · 11 broken — a producer/consumer dropped out and the other side is stranded
BROKEN
api/orders · storefront, mobile-app → ✗ no provider · httpprovider gone — route unservedorders-api no longer provides api/orders; storefront, mobile-app still call it — they now hit a route nobody serves.
consumestorefront · storefront/src/api/orders.ts:24api/orders
consumemobile-app · mobile-app/lib/data/orders.dart:31api/orders
CALLS FLOW · context
at risk · provider changed
At risk · provider changed
orders-api · api/ordersProvider changed this session
called bystorefrontmobile-app
WHAT CHANGED
The agent renamed the orders route on the provider but left two callers on the old path. storefront and the mobile app now request a route the orders service no longer serves.
EVIDENCE
- no downstream facts — nothing depends on what changed
Grounded · Leashed
Every node, edge, and number above is backed by a real code fact — nothing is guessed.
Baseline fresh
Feedback