From ae4c8f85f9adf62a261dceed3b5716f2e2bb87e3 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Mon, 8 Sep 2025 16:16:12 +0300 Subject: [PATCH] docs: update explanation of auto and custom best practices integration --- docs/docs/core-abilities/auto_best_practices.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/docs/core-abilities/auto_best_practices.md b/docs/docs/core-abilities/auto_best_practices.md index 2ea6cad0..2eb09c52 100644 --- a/docs/docs/core-abilities/auto_best_practices.md +++ b/docs/docs/core-abilities/auto_best_practices.md @@ -41,13 +41,9 @@ When presenting the suggestions generated by the `improve` tool, Qodo Merge will Teams and companies can also manually define their own [custom best practices](https://qodo-merge-docs.qodo.ai/tools/improve/#best-practices) in Qodo Merge. -When custom best practices exist, Qodo Merge will still generate an 'auto best practices' wiki file, though it won't be used by the `improve` tool. -However, this auto-generated file can still serve two valuable purposes: +When custom best practices exist, Qodo Merge will use both the auto-generated best practices and your custom best practices together. The auto best practices file provides additional insights derived from suggestions your team found valuable enough to implement, while also demonstrating effective patterns for writing AI-friendly best practices. -1. It can help enhance your custom best practices with additional insights derived from suggestions your team found valuable enough to implement -2. It demonstrates effective patterns for writing AI-friendly best practices - -Even when using custom best practices, we recommend regularly reviewing the auto best practices file to refine your custom rules. +We recommend utilizing both auto and custom best practices to get the most comprehensive code improvement suggestions for your team. ## Relevant configurations