(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
@@ -5,11 +5,11 @@ Stage: REFACTOR
Depends on: [2.5](2.5-api-stream.md), [2.6](2.6-frontend-react-flow.md)
- [ ] `simplify` pass on SSE handler + React Flow wiring
- [ ] `simplify` pass on mock SSE route handler + React Flow wiring
## Verify
```bash
kubectl delete pod <name> -n <ns> # graph updates in <5s without reload
pnpm test:e2e topology.e2e.ts # required, must pass before merge
curl -N http://localhost:3000/api/stream # delta every 5s, keepalive every 30s
pnpm test:e2e topology.e2e.ts # required, must pass before merge
```