(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
+15
View File
@@ -0,0 +1,15 @@
# 2.9 — simplify skill pass (REFACTOR)
Phase: 2 — Topology (Surface B)
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
## 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
```