summaryrefslogtreecommitdiffhomepage
path: root/src/features/surface-host/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/surface-host/index.ts')
-rw-r--r--src/features/surface-host/index.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/features/surface-host/index.ts b/src/features/surface-host/index.ts
index afa3127..8f289f1 100644
--- a/src/features/surface-host/index.ts
+++ b/src/features/surface-host/index.ts
@@ -1,3 +1,9 @@
export { buildInvoke, planSurface } from "./logic/plan";
export type { FieldView, SurfaceRenderPlan } from "./logic/types";
export { default as SurfaceView } from "./ui/SurfaceView.svelte";
+
+/** Public module manifest — aggregated by the shell's "Loaded Modules" view. */
+export const manifest = {
+ name: "surface-host",
+ description: "Generic renderer for backend-declared surfaces",
+} as const;