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