2026-08-19 13:38:43 -07:00
# 3.7 — Live deploy-status animation (mock, GREEN)
2026-08-18 20:41:34 -07:00
Phase: 3 — Delivery Tree (Surface E)
Stage: GREEN
Depends on: [2.5 ](2.5-api-stream.md ), [3.6 ](3.6-frontend-wave-columns.md )
2026-08-19 13:38:43 -07:00
- [ ] Live status animation `Pending -> Deploying -> Deployed` driven by [/api/stream ](../app/api/stream/route.ts ) `delivery` event type (add this event type alongside the existing `topology` one)
2026-08-19 09:47:14 -07:00
2026-08-19 13:38:43 -07:00
Mock only: `/api/stream` emits synthetic deltas, not a real deployment-status watch. See [REQUIREMENTS.md ](REQUIREMENTS.md ).
2026-08-18 20:41:34 -07:00
## Verify
```bash
2026-08-19 09:47:14 -07:00
curl -N http://localhost:3000/api/stream # observe delivery events once event type is added
2026-08-18 20:41:34 -07:00
```