@forge/manifest

13.3.1-next.313.3.1-next.4
out/schema/manifest.d.ts
~out/schema/manifest.d.tsModified
+26
Index: package/out/schema/manifest.d.ts
===================================================================
--- package/out/schema/manifest.d.ts
+++ package/out/schema/manifest.d.ts
@@ -26325,9 +26325,21 @@
     }[]
   ];
   'rovo:skill'?: [
     {
+      /**
+       * Internal only: inserted by XLS based on frontmatter of the SKILL.md file
+       */
+      name?: string;
+      /**
+       * Internal only: inserted by XLS based on frontmatter of the SKILL.md file
+       */
+      description?: string;
       source: {
+        /**
+         * Internal only: inserted by XLS. The fileId of the zipped skill directory stored in Media Service.
+         */
+        dirId?: string;
         dir: string;
       };
       dependencies?: {
         /**
@@ -26337,9 +26349,21 @@
       };
       key: ModuleKeySchema;
     },
     ...{
+      /**
+       * Internal only: inserted by XLS based on frontmatter of the SKILL.md file
+       */
+      name?: string;
+      /**
+       * Internal only: inserted by XLS based on frontmatter of the SKILL.md file
+       */
+      description?: string;
       source: {
+        /**
+         * Internal only: inserted by XLS. The fileId of the zipped skill directory stored in Media Service.
+         */
+        dirId?: string;
         dir: string;
       };
       dependencies?: {
         /**
@@ -27452,8 +27476,9 @@
             endpoint: string;
           };
       render: 'native';
       renderRuntimeType?: 'webworker' | 'iframe';
+      emitsReadyEvent?: boolean;
       key: ModuleKeySchema;
     },
     ...{
       title?:
@@ -27474,8 +27499,9 @@
             endpoint: string;
           };
       render: 'native';
       renderRuntimeType?: 'webworker' | 'iframe';
+      emitsReadyEvent?: boolean;
       key: ModuleKeySchema;
     }[]
   ];
   'global:fullPage'?: [