From 5a7849eaade39be6c7367e1a41f2ffbec7bf71cc Mon Sep 17 00:00:00 2001 From: Quinn Ftw Date: Fri, 6 Feb 2026 07:03:11 -0800 Subject: [PATCH] =?UTF-8?q?chore(claude):=20=F0=9F=94=A7=20Update=20local?= =?UTF-8?q?=20runtime=20settings=20in=20settings.local.json=20to=20adjust?= =?UTF-8?q?=20paths,=20debug=20flags,=20and=20environment=20variables?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- claude/dot-claude/settings.local.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/claude/dot-claude/settings.local.json b/claude/dot-claude/settings.local.json index 382a34a..c747080 100644 --- a/claude/dot-claude/settings.local.json +++ b/claude/dot-claude/settings.local.json @@ -100,7 +100,8 @@ "Bash(pip show:*)", "Bash(python:*)", "Bash(bun run:*)", - "Bash(wc:*)" + "Bash(wc:*)", + "Bash(features/bot-defense/backend-api/src/index.ts <<'EOF'\nexport { BotDefenseModule } from './bot-defense.module';\nexport { BotDefenseService } from './bot-defense.service';\nexport type { BotDefenseVerification } from './bot-defense.service';\nEOF)" ] }, "enableAllProjectMcpServers": true,