From bb60aa2d4a168bbd879a53b964e7d7f3c9513e5c Mon Sep 17 00:00:00 2001 From: Mark Bennett Date: Wed, 11 Feb 2026 08:49:32 -0700 Subject: [PATCH] Give Claude more permissions. --- .claude/settings.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index 888116d..81b9b62 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,5 +1,12 @@ { "permissions": { - "allow": ["Bash(npm run test:*)", "Bash(npm run build:*)", "Bash(npm test:*)"] + "allow": [ + "Bash(npm run test:*)", + "Bash(npm run build:*)", + "Bash(npm test:*)", + "Bash(npm run typecheck:*)", + "Bash(npm run lint:*)", + "Bash(npm run format:*)" + ] } } -- 2.51.2