(plan) clean off the argocd out of date confusion

This commit is contained in:
Story Crater Bot
2026-08-19 13:38:43 -07:00
parent 0aef2281bc
commit e404dae7c8
5 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
# 3.7 — Live sync animation (mock, GREEN)
# 3.7 — Live deploy-status animation (mock, GREEN)
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)
- [ ] Live sync animation `OutOfSync -> Syncing -> Synced` driven by [/api/stream](../app/api/stream/route.ts) `delivery` event type (add this event type alongside the existing `topology` one)
- [ ] 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)
Mock only: `/api/stream` emits synthetic deltas, not a real Argo Application watch. See [REQUIREMENTS.md](REQUIREMENTS.md).
Mock only: `/api/stream` emits synthetic deltas, not a real deployment-status watch. See [REQUIREMENTS.md](REQUIREMENTS.md).
## Verify