From 299c0b54988c14e86ee42c9cd00f0b8c0ad7008b Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Sat, 21 Jun 2025 13:24:10 -0400 Subject: [PATCH] Create .pr_agent.toml --- .pr_agent.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .pr_agent.toml diff --git a/.pr_agent.toml b/.pr_agent.toml new file mode 100644 index 0000000000..e20a043cf9 --- /dev/null +++ b/.pr_agent.toml @@ -0,0 +1,11 @@ +# .pr_agent.toml +[github_app] +# Run these tools automatically on every new PR: +pr_commands = ["/describe", "/review"] + +[pr_reviewer] # (all fields optional) +num_max_findings = 5 # how many items to surface +require_tests_review = true +extra_instructions = """ +Focus on duplicate code, the possibility of bugs, and if the PR added appropriate tests if it added a simulation feature. +"""