diff options
Diffstat (limited to '.claude')
| -rw-r--r-- | .claude/settings.local.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 8a0c6b3..f84dae2 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -10,7 +10,9 @@ "WebFetch(domain:gohugo.io)", "Bash(cat)", "Read(//tmp/**)", - "WebFetch(domain:github.com)" + "WebFetch(domain:github.com)", + "Bash(git checkout *)", + "Bash(npm run *)" ] } } |
