docs(skills): update installers type comment to current behavior
This commit is contained in:
@@ -3622,6 +3622,17 @@
|
|||||||
"docs/plans/state.json"
|
"docs/plans/state.json"
|
||||||
],
|
],
|
||||||
"test_status": "pnpm test:run src/channels/matrix/adapter.test.ts src/channels/signal/adapter.test.ts src/channels/mattermost/adapter.test.ts + pnpm typecheck passing"
|
"test_status": "pnpm test:run src/channels/matrix/adapter.test.ts src/channels/signal/adapter.test.ts src/channels/mattermost/adapter.test.ts + pnpm typecheck passing"
|
||||||
|
},
|
||||||
|
"skills-installer-comment-clarification": {
|
||||||
|
"status": "completed",
|
||||||
|
"date": "2026-02-17",
|
||||||
|
"updated": "2026-02-17",
|
||||||
|
"summary": "Updated `SkillManifest.installers` type comment to reflect current behavior (installer planning/execution) instead of future-tense wording.",
|
||||||
|
"files_modified": [
|
||||||
|
"src/skills/types.ts",
|
||||||
|
"docs/plans/state.json"
|
||||||
|
],
|
||||||
|
"test_status": "pnpm typecheck passing"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"overall_progress": {
|
"overall_progress": {
|
||||||
|
|||||||
+1
-1
@@ -101,7 +101,7 @@ export interface SkillManifest {
|
|||||||
tools?: string[];
|
tools?: string[];
|
||||||
/** npm/system dependencies needed. */
|
/** npm/system dependencies needed. */
|
||||||
dependencies?: string[];
|
dependencies?: string[];
|
||||||
/** Optional dependency installers for future automated setup. */
|
/** Optional dependency installers used by installer planning/execution. */
|
||||||
installers?: SkillInstallerSpec[];
|
installers?: SkillInstallerSpec[];
|
||||||
/** Optional capability declarations. Used for runtime policy enforcement. */
|
/** Optional capability declarations. Used for runtime policy enforcement. */
|
||||||
permissions?: SkillPermissions;
|
permissions?: SkillPermissions;
|
||||||
|
|||||||
Reference in New Issue
Block a user