docs(skills): update installers type comment to current behavior
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@ export interface SkillManifest {
|
||||
tools?: string[];
|
||||
/** npm/system dependencies needed. */
|
||||
dependencies?: string[];
|
||||
/** Optional dependency installers for future automated setup. */
|
||||
/** Optional dependency installers used by installer planning/execution. */
|
||||
installers?: SkillInstallerSpec[];
|
||||
/** Optional capability declarations. Used for runtime policy enforcement. */
|
||||
permissions?: SkillPermissions;
|
||||
|
||||
Reference in New Issue
Block a user