This commit is contained in:
Trey t
2026-02-18 10:54:25 -06:00
parent 2fc4a48fc9
commit ffe5716167
4 changed files with 33 additions and 4 deletions

View File

@@ -1,6 +1,20 @@
{
"permissions": {
"allow": [
"Bash(npx claude-plugins install:*)",
"WebSearch",
"Bash(ls:*)",
"Bash(go build:*)",
"Bash(npm run build:*)",
"Bash(cat:*)"
],
"ask": [
"Bash(git commit:*)",
"Bash(git push:*)"
]
},
"enableAllProjectMcpServers": true,
"enabledMcpjsonServers": [
"ios-simulator"
],
"enableAllProjectMcpServers": true
]
}