diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..014c8df --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,22 @@ +{ + "permissions": { + "allow": [ + "WebFetch(domain:www.chicks.net)", + "WebFetch(domain:developers.facebook.com)", + "WebFetch(domain:github.com)", + "WebFetch(domain:raw.githubusercontent.com)", + "WebFetch(domain:en.wikipedia.org)", + "WebSearch", + "Bash(markdownlint-cli2:*)", + "Bash(gh issue create:*)", + "Bash(gh pr view:*)", + "Bash(gh pr diff:*)", + "Bash(git log:*)", + "Bash(identify:*)", + "Bash(just shellcheck:*)", + "Bash(just claude_review:*)" + ], + "deny": [], + "ask": [] + } +}