From ee6bb514e0a11b302c052c45b4eb90eecd61bafa Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 26 Jan 2026 09:44:12 +0000 Subject: [PATCH] feat(claude/settings): add new Bash command options for fd and rg --- claude/settings.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/claude/settings.json b/claude/settings.json index cb22bae..bb131f9 100644 --- a/claude/settings.json +++ b/claude/settings.json @@ -9,6 +9,7 @@ "Bash(cargo clippy:*)", "Bash(cargo fmt:*)", "Bash(cargo test:*)", + "Bash(fd:*)", "Bash(find:*)", "Bash(gem list:*)", "Bash(gh issue view:*)", @@ -42,6 +43,7 @@ "Bash(pnpm run test:*)", "Bash(pnpm test:*)", "Bash(pnpm typecheck:*)", + "Bash(rg:*)", "Bash(wc:*)", "mcp__deepwiki__ask_question", "mcp__deepwiki__read_wiki_contents",