diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-09 22:37:57 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-09 22:37:57 -0500 |
| commit | 9c26ab5622796858c373a497baa3a7203ab604e7 (patch) | |
| tree | 7ace24dd73a1657b6ca920552914625b44d4f9c6 | |
| parent | c14ae77f4461d33407e98a6a8ff821a1fa39c883 (diff) | |
| download | archsetup-9c26ab5622796858c373a497baa3a7203ab604e7.tar.gz archsetup-9c26ab5622796858c373a497baa3a7203ab604e7.zip | |
chore: add Claude Code local permissions to dotfiles
| -rw-r--r-- | dotfiles/common/.claude/settings.local.json | 11 |
1 files changed, 11 insertions, 0 deletions
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": [] + } +} |
