From e4c72ec711388909f920109c1ee6db9ecd2727fc Mon Sep 17 00:00:00 2001 From: Christopher Hicks Date: Sat, 3 Jan 2026 10:36:17 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=B6=20[claude]=20settings=20from=20tem?= =?UTF-8?q?plate-repo=20plus=20gh=20issue=20create?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/settings.local.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .claude/settings.local.json 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": [] + } +}