Files
honeyDueKMP/iosApp/.claude/settings.local.json
Trey t ffe5716167 wip
2026-02-18 10:54:25 -06:00

21 lines
373 B
JSON

{
"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"
]
}