Files
dozzle/.claude/settings.local.json
T
Amir Raminfar a79ffdaf50 feat: add metric-based alerts for container CPU/memory thresholds (#4454)
Co-authored-by: Dhaval Patel <dhavu262@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 20:55:35 +00:00

26 lines
785 B
JSON

{
"permissions": {
"allow": [
"mcp__acp__Edit",
"mcp__acp__Bash",
"mcp__acp__Write",
"Bash(gh pr view:*)",
"Bash(gh api:*)",
"WebFetch(domain:github.com)",
"Bash(make test:*)",
"Bash(go test:*)",
"Bash(go run -e -c 'package main; import \\(\"\"fmt\"\"; \"\"golang.org/x/crypto/bcrypt\"\"\\); func main\\(\\) { h, _ := bcrypt.GenerateFromPassword\\([]byte\\(\"\"password\"\"\\), bcrypt.DefaultCost\\); fmt.Println\\(string\\(h\\)\\) }')",
"Bash(python3:*)",
"Bash(pnpm test:*)",
"Bash(node --version:*)",
"Bash(pnpm list:*)",
"Bash(git rebase:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git checkout:*)",
"Bash(pnpm build:*)",
"Bash(go build:*)"
]
}
}