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)" ] } }