sojorn/.claude/settings.local.json
2026-02-15 00:33:24 -06:00

53 lines
1.4 KiB
JSON

{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(supabase login:*)",
"Bash(npm install:*)",
"Bash(curl:*)",
"Bash(flutter --version:*)",
"Bash(flutter create:*)",
"Bash(flutter pub get:*)",
"Bash(flutter analyze:*)",
"Bash(npx supabase db execute:*)",
"Bash(supabase status:*)",
"Bash(dir:*)",
"Bash(powershell -ExecutionPolicy Bypass -File test_edge_functions.ps1)",
"Bash(dart run:*)",
"Bash(flutter devices:*)",
"Bash(flutter uninstall:*)",
"Bash(adb:*)",
"Bash(flutter install:*)",
"Bash(powershell -ExecutionPolicy Bypass -File run_dev.ps1)",
"Bash(powershell:*)",
"Bash(timeout 5 cat:*)",
"Bash(supabase:*)",
"Bash(findstr:*)",
"Bash(npx supabase:*)",
"Bash(head:*)",
"Bash(cat:*)",
"Bash(grep:*)",
"Bash(ls:*)",
"Bash(flutter pub add:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(flutter run:*)",
"Bash(timeout 15 tail:*)",
"Bash(nslookup:*)",
"Bash(flutter logs:*)",
"Bash(flutter pub deps:*)",
"Bash(jq:*)",
"Bash(git push:*)",
"Bash(psql:*)",
"Bash(where:*)",
"Bash(python -c:*)",
"Bash(powershell.exe:*)",
"Bash(pwsh.exe -ExecutionPolicy Bypass -File ./deploy_all_functions.ps1)",
"Bash(flutter build:*)",
"Bash(find:*)",
"Bash(flutter upgrade:*)",
"Bash(xargs:*)"
]
}
}