From 7c00922cbd8e1ed28bfc0096860c980fbeb62808 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Tue, 5 May 2026 04:20:38 -0500 Subject: [PATCH] =?UTF-8?q?fix(el-html):=20tighten=20manifest=20=E2=80=94?= =?UTF-8?q?=20correct=20description,=20remove=20unused=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit el-html is a standalone atomic emit layer; it has no runtime dependency on el-style or el-layout (those vessels depend on el-html for SSR, not the other way around). --- ui/vessels/el-html/manifest.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ui/vessels/el-html/manifest.el b/ui/vessels/el-html/manifest.el index 5156e77..49ad261 100644 --- a/ui/vessels/el-html/manifest.el +++ b/ui/vessels/el-html/manifest.el @@ -1,14 +1,12 @@ vessel "el-html" { version "0.1.0" - description "HTML generation and templating vessel for el-ui" + description "Atomic HTML emit primitives — server-side rendering building blocks" authors ["Will Anderson "] edition "2026" } dependencies { el-platform "1.0" - el-style "1.0" - el-layout "1.0" } build {