From 479df6e0a7888c75b90e67ed0b67d3870cfbe108 Mon Sep 17 00:00:00 2001 From: Knee Cola Date: Mon, 8 Dec 2025 01:18:43 +0100 Subject: [PATCH] feat: add additional Bash commands to settings for enhanced functionality --- .claude/settings.local.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 67777e7..afef7dc 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -13,7 +13,10 @@ "mcp__ide__getDiagnostics", "mcp__serena__execute_shell_command", "mcp__serena__check_onboarding_performed", - "Bash(npm run build:*)" + "Bash(npm run build:*)", + "Bash(openssl rand:*)", + "Bash(ls:*)", + "Bash(find:*)" ] }, "enableAllProjectMcpServers": true,