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 | 92bf89c53d60f7a331080a59c7461e96388b2624 (patch) | |
| tree | 056c2a06f6c579d908aa240a2ebb32172dda8929 | |
| parent | db1671dd24490ddfac3cdbffce734f1ba26da190 (diff) | |
| download | archsetup-92bf89c53d60f7a331080a59c7461e96388b2624.tar.gz archsetup-92bf89c53d60f7a331080a59c7461e96388b2624.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": [] + } +} |
