(plan) convert original implement plan to mock api

This commit is contained in:
Story Crater Bot
2026-08-19 09:47:14 -07:00
parent c42040319f
commit 0aef2281bc
65 changed files with 307 additions and 627 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
# 5.9 — Queue position streamed as SSE (GREEN)
# 5.9 — Queue position streamed as SSE (mock, GREEN)
Phase: 5 — Chat + Rate Limiter (Surface D)
Stage: GREEN
Depends on: [5.8](5.8-rate-limiting-tier3.md)
- [x] Queue position streamed as SSE `{"type":"queue","position":N}`
- [ ] Queue position streamed as SSE `{"type":"queue","position":N}`
Done — [app/api/chat/route.ts](../app/api/chat/route.ts) counts down a fixed position (3 -> 1) before replying. Mock only: not driven by a real semaphore/queue depth. See [REQUIREMENTS.md](REQUIREMENTS.md).