From 191b5a289a77491ee1b00ce77aec81f5f431af78 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sun, 22 Feb 2026 15:13:59 -0800 Subject: [PATCH] chore: Create initial Claude permissions (#2369) --- .claude/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index 6bcf1043..25d04fd0 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,5 +1,5 @@ { "permissions": { - "allow": ["Bash(yarn run *)"] + "allow": ["Bash(yarn run *)", "Bash(yarn why:*)"] } }