Files
khosra/.claude/settings.json
T
bdeshiandClaude Opus 5 02268f9121 init
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-30 00:34:18 +06:00

40 lines
873 B
JSON

{
"permissions": {
"defaultMode": "default",
"allow": [
"Bash(gofmt:*)",
"Bash(go build:*)",
"Bash(go vet:*)",
"Bash(go test:*)",
"Bash(go run:*)",
"Bash(go doc:*)",
"Bash(go list:*)",
"Bash(go mod tidy)",
"Bash(go mod why:*)",
"Bash(./scripts/verify.sh)",
"Bash(bash scripts/verify.sh)",
"Bash(git rev-parse:*)",
"Bash(git status:*)",
"Bash(git status)",
"Bash(git diff:*)",
"Bash(git log:*)",
"Bash(git show:*)",
"Bash(rg:*)",
"Bash(wc:*)",
"Bash(curl -s http://localhost:*)",
"Bash(curl -s http://127.0.0.1:*)"
],
"ask": [
"Bash(go get:*)",
"Bash(git commit:*)"
],
"deny": [
"Bash(git push:*)",
"Bash(rm -rf:*)",
"Read(./.env)",
"Read(./.env.*)",
"Read(./.envrc)"
]
}
}