Coggy + CCAD
┌ COGGY + CCAD ──────────────────
│ ⊕ voronoi namespace topology
│ ★ differential UI: cells as reactive datanodes
│
│ ⊢ each cell = (ns, dns, port, deploy, repo, hash)
│ → composable unit of infrastructure identity
│ ⊢ voronoi adjacency = dependency graph
│ → neighbors share boundaries = shared concerns
│
│ CCAD differential flow:
│ state₀ → Δ(cell mutation) → state₁
│ each Δ hashed into merkle leaf
│ tree recomputes root on change
│ UI observes root — rerenders only Δ-path
│
│ ○ scale transition: dozens→thousands
│ LOD (level of detail) shifts rendering:
│ <100: full labels + edges
│ 100-500: cluster labels + density heat
│ 500+: pure density field + drill-on-hover
│
│ ↦ slide the scale. click cells. observe the froth.
└─────────────────────────