]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
Add gemini setup files
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 16 Nov 2025 18:30:46 +0000 (19:30 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 16 Nov 2025 18:30:46 +0000 (19:30 +0100)
.gemini/config.yaml [new file with mode: 0644]
.gemini/styleguide.md [new file with mode: 0644]

diff --git a/.gemini/config.yaml b/.gemini/config.yaml
new file mode 100644 (file)
index 0000000..6c9becf
--- /dev/null
@@ -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 (file)
index 0000000..524caa9
--- /dev/null
@@ -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