From 0d1af5b50c37b5e578db4dd77b82b0eec58ab397 Mon Sep 17 00:00:00 2001 From: ares Date: Sun, 9 Aug 2026 19:35:08 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20allowlist=20=D1=80=D0=B0=D0=B7=D1=80=D0=B5=D1=88?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B9=20Claude=20Code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Добавлены разрешения на git commit, WebFetch к докам (core.telegram.org, grammy.dev, github.com, telegram.org) и вспомогательные команды. Co-Authored-By: Claude Opus 5 --- .claude/settings.local.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index c6f8d7d..ec6744d 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -15,7 +15,17 @@ "Bash(node -e \"console.log\\(require\\('crypto'\\).randomBytes\\(32\\).toString\\('hex'\\)\\)\")", "Bash(ENCRYPTION_KEY=__CMDSUB_OUTPUT__ RETENTION_DAYS=30 node --input-type=module -e ' *)", "Bash(rmdir test *)", - "Bash(echo \"=== removed test/ \\(exit $?\\) ===\")" + "Bash(echo \"=== removed test/ \\(exit $?\\) ===\")", + "Bash(git commit *)", + "WebFetch(domain:core.telegram.org)", + "WebFetch(domain:grammy.dev)", + "WebFetch(domain:github.com)", + "WebFetch(domain:docs.aiogram.dev)", + "WebFetch(domain:telegram.org)", + "Bash(gh api *)", + "Bash(cd /tmp)", + "Bash(curl -sL \"https://raw.githubusercontent.com/tdlib/telegram-bot-api/master/telegram-bot-api/Client.cpp\" -o client.cpp)", + "Bash(awk 'NR<=18629 && /^[a-zA-Z].*Client::.*\\\\\\(/ {line=NR; text=$0} END{print line\": \"text}' client.cpp)" ] } }