@h-rig/omp-extension-plugin 0.0.6-alpha.186

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,14 @@
1
+ /**
2
+ * @rig/omp-extension-plugin — the optional cockpit SHELL host.
3
+ *
4
+ * It renders screens only (sessionExtensions / screen slots) — it knows no
5
+ * screen by name and owns no domain's visualization or state. The product
6
+ * entrypoint (launch/join/acp/models/mcp/update + PRODUCT_ENTRYPOINT) is owned
7
+ * by @rig/omp-extension-plugin, not this surface host (V1/V2). The floor
8
+ * runs headless with no cockpit host loaded at all.
9
+ */
10
+ import { type RigPlugin } from "@rig/core/config";
11
+ export declare const COCKPIT_HOST_PLUGIN_NAME = "@rig/omp-extension-plugin";
12
+ export declare function createCockpitHostPlugin(): RigPlugin;
13
+ export declare const cockpitHostPlugin: RigPlugin;
14
+ export default cockpitHostPlugin;