From aff4b63188d6fe1ceaf3e6e6bd24d6d94e37c303 Mon Sep 17 00:00:00 2001 From: Chili Palmer Date: Fri, 29 May 2026 21:14:33 +0200 Subject: [PATCH] chore: added some command allowances --- .claude/settings.local.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 98f7e99..4fdf349 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -16,7 +16,12 @@ "mcp__Claude_in_Chrome__computer", "mcp__Claude_in_Chrome__browser_batch", "mcp__Claude_in_Chrome__javascript_tool", - "Bash(allium check *)" + "Bash(allium check *)", + "Bash(mix deps.get)", + "Bash(allium --help)", + "WebSearch", + "WebFetch(domain:github.com)", + "WebFetch(domain:raw.githubusercontent.com)" ] } }