From 01b354569b09bc31319f6f77ca9aa88efc10365c Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Wed, 25 Feb 2026 12:48:32 +0100 Subject: [PATCH] chore(config): allowlist cargo and test runner commands in settings Co-Authored-By: Claude Opus 4.6 --- .claude/settings.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.claude/settings.json b/.claude/settings.json index 16721c97e..7fdad419b 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -46,6 +46,14 @@ "Bash(tea *)", "Bash(tooling/tea-comment *)", + "Bash(cargo test *)", + "Bash(cargo test)", + "Bash(cargo build *)", + "Bash(cargo build)", + "Bash(cargo check *)", + "Bash(cargo check)", + "Bash(tests/run-*)", + "Bash(chmod *)", "Bash(ls *)", "Bash(find *)",