(chore) add associate tasks

This commit is contained in:
Story Crater Bot
2026-08-18 20:41:34 -07:00
parent 3a03a6afb6
commit c42040319f
75 changed files with 909 additions and 236 deletions
+14
View File
@@ -0,0 +1,14 @@
# 2.5 — GET /api/stream (GREEN)
Phase: 2 — Topology (Surface B)
Stage: GREEN
Depends on: [2.1](2.1-stream-test.md), [1.8](1.8-redis-publish.md)
- [ ] `GET /api/stream` — SSE, session cookie, 2 concurrent/IP, `topology` event type; keepalive comment frame every 30s; `Last-Event-ID` supported for resumable deltas
## Verify
```bash
go test ./... -run TestStream -v
```