From 4e6925b9f71c06b156d4229ac29140408bdb27f3 Mon Sep 17 00:00:00 2001 From: konard Date: Sun, 14 Sep 2025 06:26:29 +0300 Subject: [PATCH 1/3] Initial commit with task details for issue #15 Adding CLAUDE.md with task information for AI processing. This file will be removed when the task is complete. Issue: https://github.com/linksplatform/Bot/issues/15 --- CLAUDE.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 00000000..3bf10fcc --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,5 @@ +Issue to solve: https://github.com/linksplatform/Bot/issues/15 +Your prepared branch: issue-15-65117436 +Your prepared working directory: /tmp/gh-issue-solver-1757820384546 + +Proceed. \ No newline at end of file From 6c0b4c69710d503eefd9861748c54dcf956bd6e4 Mon Sep 17 00:00:00 2001 From: konard Date: Sun, 14 Sep 2025 06:28:29 +0300 Subject: [PATCH 2/3] Add missing programming languages: fish, QuakeC, OpenCL, CUDA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These languages were requested in issue comments and are now added to the DEFAULT_PROGRAMMING_LANGUAGES list to expand bot recognition capabilities. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- python/config.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python/config.py b/python/config.py index 1613aec9..3b23f504 100644 --- a/python/config.py +++ b/python/config.py @@ -135,6 +135,10 @@ r"X#", r"NVPTX", r"Nemerle", + r"fish", + r"QuakeC", + r"OpenCL", + r"CUDA", ] GITHUB_COPILOT_LANGUAGES = { From 7fa4b24c49cc2131f98a07ed8027ae561d6de65b Mon Sep 17 00:00:00 2001 From: konard Date: Sun, 14 Sep 2025 06:29:28 +0300 Subject: [PATCH 3/3] Remove CLAUDE.md - Claude command completed --- CLAUDE.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md deleted file mode 100644 index 3bf10fcc..00000000 --- a/CLAUDE.md +++ /dev/null @@ -1,5 +0,0 @@ -Issue to solve: https://github.com/linksplatform/Bot/issues/15 -Your prepared branch: issue-15-65117436 -Your prepared working directory: /tmp/gh-issue-solver-1757820384546 - -Proceed. \ No newline at end of file