tweak: add 'skill' to permissions config section so that ides will show it as autocomplete option (this is already a respected setting)

This commit is contained in:
Aiden Cline
2026-01-29 10:55:39 -06:00
parent d5c59a66c1
commit aa92ef37fd

View File

@@ -540,6 +540,7 @@ export namespace Config {
codesearch: PermissionAction.optional(),
lsp: PermissionRule.optional(),
doom_loop: PermissionAction.optional(),
skill: PermissionRule.optional(),
})
.catchall(PermissionRule)
.or(PermissionAction),