Rework the implementation-notes section of readme.ui.md so the UI
delivery story matches ModelGrid's deno-compile single-binary shape.
Adopt the @stack.gallery/registry pattern: a build step bundles ts_web/
into a generated ts_bundled/bundle.ts exporting a path->bytes map that
typedserver serves at runtime. Add a dev-vs-prod asset-source switch so
UI edits stay hot-reloadable during development while release builds
embed the whole console in the binary.
Sketch a browser-based operations console for ModelGrid, served by the
daemon on a dedicated UI port. Lays out top-level IA (overview, cluster,
gpus, deployments, models, access, logs, metrics, settings), per-view
content, key user journeys, realtime/auth expectations, and open
questions. Structural idioms adapted from the dcrouter Ops dashboard and
grounded in ModelGrid's own cluster/catalog/vLLM domain.