From: Bjørn Erik Pedersen Date: Sun, 16 Nov 2025 18:30:46 +0000 (+0100) Subject: Add gemini setup files X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=60c4245e6725a1f0c3343b27b66ae9f0bc8f5b5a;p=brevno-suite%2Fhugo Add gemini setup files --- 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