From 49aacd2307b7e932afaa5edd30e2f37cb1d23f15 Mon Sep 17 00:00:00 2001 From: Alexey Efimchik Date: Wed, 25 Mar 2026 10:43:13 +0700 Subject: [PATCH] Advanced settings options have been added --- Home.md | 3 ++- _Sidebar.md | 3 ++- overriding-rules.md | 0 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 overriding-rules.md diff --git a/Home.md b/Home.md index beb49de..2e48b3d 100644 --- a/Home.md +++ b/Home.md @@ -47,7 +47,8 @@ When a pull request is opened or updated, Kodo kicks in automatically: ### 🧑‍🔧 Tech Lead - [CI/CD Integration](how-to-integrate) — how to add Kodo to your repository workflow -- [Custom Review Rules](extension-of-rules) — how to extend the built-in rules with project-specific instructions +- [Extension of Existing Review Rules](extension-of-rules) — how to extend the built-in rules with project-specific instructions +- [Overriding Review Rules](overriding-rules) — How to completely override all instructions and create your own review agent - [Troubleshooting](faq-troubleshooting) — what to check when Kodo doesn't run ### ⚙️ DevOps diff --git a/_Sidebar.md b/_Sidebar.md index 54164fa..c38b8c1 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -9,7 +9,8 @@ ### 🧑‍🔧 Tech Lead - [CI/CD Integration](how-to-integrate) -- [Custom Review Rules](extension-of-rules) +- [Extension of Existing Review Rules](extension-of-rules) +- [Overriding Review Rules](extension-of-rules) - [Troubleshooting](faq-troubleshooting) ### ⚙️ DevOps diff --git a/overriding-rules.md b/overriding-rules.md new file mode 100644 index 0000000..e69de29