We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ec310 commit 8dedb3fCopy full SHA for 8dedb3f
1 file changed
packages/sdk/js/src/v2/gen/types.gen.ts
@@ -1364,6 +1364,7 @@ export type PermissionConfig =
1364
codesearch?: PermissionActionConfig
1365
lsp?: PermissionRuleConfig
1366
doom_loop?: PermissionActionConfig
1367
+ skill?: PermissionRuleConfig
1368
[key: string]: PermissionRuleConfig | Array<string> | PermissionActionConfig | undefined
1369
}
1370
| PermissionActionConfig
@@ -1634,11 +1635,11 @@ export type Config = {
1634
1635
1636
1637
/**
- * Additional skill folder paths to scan
1638
+ * Additional skill folder paths
1639
*/
1640
skills?: {
1641
- * Additional paths to skill folders to scan
1642
+ * Additional paths to skill folders
1643
1644
paths?: Array<string>
1645
0 commit comments