From 6b5f27325bd1ecd0a5a9485bc01b7aa8cfcf51e8 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 9 Apr 2026 22:37:57 -0500 Subject: chore: add Claude Code local permissions to dotfiles --- dotfiles/common/.claude/settings.local.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dotfiles/common/.claude/settings.local.json (limited to 'dotfiles') diff --git a/dotfiles/common/.claude/settings.local.json b/dotfiles/common/.claude/settings.local.json new file mode 100644 index 0000000..53f7f2f --- /dev/null +++ b/dotfiles/common/.claude/settings.local.json @@ -0,0 +1,11 @@ +{ + "permissions": { + "allow": [ + "WebSearch", + "WebFetch(domain:github.com)", + "WebFetch(domain:ipinfo.io)" + ], + "deny": [], + "ask": [] + } +} -- cgit v1.2.3