From 2cd569a20d5cb73fe97a103e36b6b02e2ab041a5 Mon Sep 17 00:00:00 2001 From: Oseltamivir Date: Tue, 13 Jan 2026 14:28:56 -0800 Subject: [PATCH 1/3] initial --- .cursor/BUGBOT.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .cursor/BUGBOT.md diff --git a/.cursor/BUGBOT.md b/.cursor/BUGBOT.md new file mode 100644 index 000000000..9fb9aa652 --- /dev/null +++ b/.cursor/BUGBOT.md @@ -0,0 +1,7 @@ +# Review Guidelines +1. Ignore any problems in utils/evals/* +2. If any code end up creating a directory in `/workspace`, it is a critical error and should have the title: "Potential EACCES Error". A file in `/workspace` is ok. +3. If any changed file contains /(?:^|\s)(TODO|FIXME)(?:\s*:|\s+)/, then: + - Add a non-blocking Bug titled "TODO/FIXME comment found" + - Body: "Replace TODO/FIXME with a tracked issue reference, e.g., `TODO(#1234): ...`, or remove it." + - If the TODO already references an issue pattern /#\d+|[A-Z]+-\d+/, mark the Bug as resolved automatically. \ No newline at end of file From 5acfa8247ca1ba3f1589af5fcc79da3b1c9fe668 Mon Sep 17 00:00:00 2001 From: Bryan Shan <58582368+Oseltamivir@users.noreply.github.com> Date: Tue, 13 Jan 2026 14:43:16 -0800 Subject: [PATCH 2/3] Update .cursor/BUGBOT.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- .cursor/BUGBOT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cursor/BUGBOT.md b/.cursor/BUGBOT.md index 9fb9aa652..7bdd15d5f 100644 --- a/.cursor/BUGBOT.md +++ b/.cursor/BUGBOT.md @@ -4,4 +4,4 @@ 3. If any changed file contains /(?:^|\s)(TODO|FIXME)(?:\s*:|\s+)/, then: - Add a non-blocking Bug titled "TODO/FIXME comment found" - Body: "Replace TODO/FIXME with a tracked issue reference, e.g., `TODO(#1234): ...`, or remove it." - - If the TODO already references an issue pattern /#\d+|[A-Z]+-\d+/, mark the Bug as resolved automatically. \ No newline at end of file + - If the TODO or FIXME already references an issue pattern /#\d+|[A-Z]+-\d+/, mark the Bug as resolved automatically. From 76747e1ebef3ab207454483087972349d86e92c1 Mon Sep 17 00:00:00 2001 From: Oseltamivir Date: Wed, 14 Jan 2026 11:49:19 -0800 Subject: [PATCH 3/3] gemini review bot too --- .gemini/styleguide.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gemini/styleguide.md diff --git a/.gemini/styleguide.md b/.gemini/styleguide.md new file mode 100644 index 000000000..9fb9aa652 --- /dev/null +++ b/.gemini/styleguide.md @@ -0,0 +1,7 @@ +# Review Guidelines +1. Ignore any problems in utils/evals/* +2. If any code end up creating a directory in `/workspace`, it is a critical error and should have the title: "Potential EACCES Error". A file in `/workspace` is ok. +3. If any changed file contains /(?:^|\s)(TODO|FIXME)(?:\s*:|\s+)/, then: + - Add a non-blocking Bug titled "TODO/FIXME comment found" + - Body: "Replace TODO/FIXME with a tracked issue reference, e.g., `TODO(#1234): ...`, or remove it." + - If the TODO already references an issue pattern /#\d+|[A-Z]+-\d+/, mark the Bug as resolved automatically. \ No newline at end of file