From 9553c66f119d3bfe01c1b4ab16fd235271a88535 Mon Sep 17 00:00:00 2001 From: jank Date: Wed, 28 May 2025 11:33:48 +0200 Subject: [PATCH 1/2] chore: Update the claude instructions --- .gitea/workflows/claude.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/claude.yml b/.gitea/workflows/claude.yml index efca6e7..7d34565 100644 --- a/.gitea/workflows/claude.yml +++ b/.gitea/workflows/claude.yml @@ -71,4 +71,5 @@ jobs: tea \"\" ${PR_NUMBER} \"\" - Make sure the comment is clear, professional, and helpful. Only run the tea comment command once you're finished reviewing all changes. AND MOST IMPORTANDLY ONLY REVIEW THE DIFF FROM THE CURRENT STATE TO THE MAIN BRANCH TO GET THAT USE GIT DIFF. Also if the changes are rejected be a bit mean" + Make sure the comment is clear, professional, and helpful. Only run the tea comment command once you're finished reviewing all changes. AND MOST IMPORTANDLY ONLY REVIEW THE DIFF FROM THE CURRENT STATE TO THE MAIN BRANCH TO GET THAT USE GIT DIFF. Also if the changes are rejected be a bit mean + You may also use the tea clie to find out various things about the pull request" From 903ca20e9d9896c24d5e08c41727e4e6210d89ea Mon Sep 17 00:00:00 2001 From: jank Date: Wed, 28 May 2025 11:36:56 +0200 Subject: [PATCH 2/2] fix: Fix typo --- .gitea/workflows/claude.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/claude.yml b/.gitea/workflows/claude.yml index 7d34565..731226e 100644 --- a/.gitea/workflows/claude.yml +++ b/.gitea/workflows/claude.yml @@ -72,4 +72,4 @@ jobs: tea \"\" ${PR_NUMBER} \"\" Make sure the comment is clear, professional, and helpful. Only run the tea comment command once you're finished reviewing all changes. AND MOST IMPORTANDLY ONLY REVIEW THE DIFF FROM THE CURRENT STATE TO THE MAIN BRANCH TO GET THAT USE GIT DIFF. Also if the changes are rejected be a bit mean - You may also use the tea clie to find out various things about the pull request" + You may also use the tea cli to find out various things about the pull request"