-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Wrong Permissions values based on Schema. #75
Copy link
Copy link
Closed
Description
I think the values here is wrong? Getting warnings
Personal_AI_Infrastructure/.claude/settings.json
Lines 10 to 27 in 42a7aa7
| "allow": [ | |
| "Bash", | |
| "Read(*)", | |
| "Write(*)", | |
| "Edit(*)", | |
| "MultiEdit(*)", | |
| "Glob(*)", | |
| "Grep(*)", | |
| "LS(*)", | |
| "WebFetch(domain:*)", | |
| "WebSearch", | |
| "NotebookRead(*)", | |
| "NotebookEdit(*)", | |
| "TodoWrite(*)", | |
| "ExitPlanMode(*)", | |
| "Task(*)", | |
| "mcp__*" | |
| ], |
Shouldnt it be?:
"allow": [
"Bash",
"Read",
"Write",
"Edit",
"Glob",
"Grep",
"WebFetch(domain:*)",
"WebSearch",
"NotebookEdit",
"TodoWrite",
"ExitPlanMode",
"Task",
"mcp__*"
],
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels