From 977a2a9e587dd597b1d8d8b201beb9d9daeb7b98 Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Mon, 29 Dec 2025 22:16:55 +0000 Subject: [PATCH] feat: add permission for bun audit command in settings --- .claude/settings.local.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index fffe68a8f..badbc4872 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -25,7 +25,8 @@ "Bash(npm run lint)", "Bash(npm audit:*)", "Bash(bun run lint)", - "Bash(git checkout:*)" + "Bash(git checkout:*)", + "Bash(bun audit:*)" ] } }