From f80f01dc55b46fd3f315e7051f2cbdd25cf503f0 Mon Sep 17 00:00:00 2001 From: ken-jo <42824840+ken-jo@users.noreply.github.com> Date: Mon, 25 May 2026 07:59:25 +0000 Subject: [PATCH] chore: auto-sync from host SoT (types + tokens) --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index 76a41b6..72bc696 100644 --- a/src/index.ts +++ b/src/index.ts @@ -375,6 +375,8 @@ export interface PluginRegistryEntry { id: string; /** Absolute or host-relative filesystem path to the plugin's `manifest.json`. */ manifestPath: string; + + manifestSha256?: string; /** Whether the plugin should be loaded at host startup. Defaults to `true` when omitted. @optional */ enabled?: boolean; bundleRefs?: string[];