diff options
| author | Clawd <ai@clawd.bot> | 2026-02-15 18:18:29 -0800 |
|---|---|---|
| committer | Clawd <ai@clawd.bot> | 2026-02-15 18:18:29 -0800 |
| commit | b021f5903abb2488ca36534e49a6c8392c194aad (patch) | |
| tree | 37c28346b2ad37a69e44eb6d14068081a80f9d90 /.claude/settings.local.json | |
| parent | c9b5ecd66b1da7c5b578d2fa51db3019de624f4b (diff) | |
docs: rename to SHIP_V2.md, JSON output is default not a flag
Diffstat (limited to '.claude/settings.local.json')
| -rw-r--r-- | .claude/settings.local.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..794958b --- /dev/null +++ b/.claude/settings.local.json | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | { | ||
| 2 | "permissions": { | ||
| 3 | "allow": [ | ||
| 4 | "Bash(go build:*)", | ||
| 5 | "Bash(find:*)", | ||
| 6 | "Bash(git add:*)", | ||
| 7 | "Bash(wc:*)", | ||
| 8 | "WebSearch", | ||
| 9 | "WebFetch(domain:www.jamesatkins.com)", | ||
| 10 | "WebFetch(domain:abhijithota.com)", | ||
| 11 | "WebFetch(domain:dujemihanovic.xyz)", | ||
| 12 | "WebFetch(domain:caddyserver.com)", | ||
| 13 | "Bash(git reset:*)", | ||
| 14 | "Bash(printf:*)", | ||
| 15 | "Bash(git commit:*)" | ||
| 16 | ] | ||
| 17 | } | ||
| 18 | } | ||
