From b9f09b7c4ef4b0ca871bc873bf49fbb166700485 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sun, 24 May 2026 09:51:41 -0700 Subject: [PATCH] chore: Expand default Claude permissions slightly (#2503) --- .claude/settings.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index 25d04fd0..3568f07b 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,5 +1,15 @@ { "permissions": { - "allow": ["Bash(yarn run *)", "Bash(yarn why:*)"] + "allow": [ + "Bash(yarn run *)", + "Bash(yarn why:*)", + "Bash(npx vitest *)", + "Bash(yarn vitest run *)", + "Bash(yarn prettier *)", + "Bash(npx tsc --noEmit *)", + "Bash(npx eslint *)", + "Bash(npx rollup -c *)", + "Read(~/.claude/projects/**)" + ] } }