project-bifrost-platform/.claude/settings.local.json
2026-04-18 16:09:49 +02:00

11 lines
200 B
JSON

{
"permissions": {
"allow": [
"WebFetch(domain:api.anthropic.com)",
"Bash(pnpm --version)",
"Bash(git init *)",
"Bash(git add *)",
"Bash(git commit *)"
]
}
}