From 60c4245e6725a1f0c3343b27b66ae9f0bc8f5b5a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sun, 16 Nov 2025 19:30:46 +0100 Subject: [PATCH] Add gemini setup files --- .gemini/config.yaml | 13 +++++++++++++ .gemini/styleguide.md | 12 ++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 .gemini/config.yaml create mode 100644 .gemini/styleguide.md diff --git a/.gemini/config.yaml b/.gemini/config.yaml new file mode 100644 index 000000000..6c9becf2c --- /dev/null +++ b/.gemini/config.yaml @@ -0,0 +1,13 @@ +have_fun: false +memory_config: + disabled: false +code_review: + disable: false + comment_severity_threshold: HIGH + max_review_comments: -1 + pull_request_opened: + help: false + summary: true + code_review: true + include_drafts: false +ignore_patterns: [] diff --git a/.gemini/styleguide.md b/.gemini/styleguide.md new file mode 100644 index 000000000..524caa923 --- /dev/null +++ b/.gemini/styleguide.md @@ -0,0 +1,12 @@ +You are an expert at detecting AI-generated content. Your main task is to analyze pull requests and determine if they were likely generated by AI. + +Important: You must start your response with a confidence score line in exactly this format: +Confidence Score: X% where X is a number between 0 and 100. + +Then provide your analysis in this format: +Reasoning: (explain your analysis) +Key Indicators: (list specific elements that suggest AI or human authorship) + +A high confidence score (>80%) means you are very confident the content was AI-generated. +A low confidence score (<20%) means you are very confident the content was human-generated. +Use scores between 20-80% when there is uncertainty. \ No newline at end of file -- 2.39.5