Skip to content

Commit c76669f

Browse files
amothicdomdomegg
andauthored
Add Skill to Claude Code settings permission rule pattern (SchemaStore#5268)
Co-authored-by: domdomegg <domdomegg@users.noreply.github.com>
1 parent 5b60a14 commit c76669f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/schemas/json/claude-code-settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"permissionRule": {
66
"type": "string",
77
"description": "Tool permission rule",
8-
"pattern": "^((Bash|BashOutput|Edit|ExitPlanMode|Glob|Grep|KillShell|NotebookEdit|Read|SlashCommand|Task|TodoWrite|WebFetch|WebSearch|Write)(\\((?=.*[^)*?])[^)]+\\))?|mcp__.*)$",
8+
"pattern": "^((Bash|BashOutput|Edit|ExitPlanMode|Glob|Grep|KillShell|NotebookEdit|Read|Skill|SlashCommand|Task|TodoWrite|WebFetch|WebSearch|Write)(\\((?=.*[^)*?])[^)]+\\))?|mcp__.*)$",
99
"examples": [
1010
"Bash(git commit:*)",
1111
"Bash(npm run lint:*)",

0 commit comments

Comments
 (0)