From acb278084bec607ad647785975860dd88badbc4f Mon Sep 17 00:00:00 2001 From: "kiloconnect[bot]" <240665456+kiloconnect[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 17:56:14 +0000 Subject: [PATCH] docs: nest sub-agent behavior heading under REVIEW.md section --- packages/kilo-docs/pages/automate/code-reviews/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/kilo-docs/pages/automate/code-reviews/overview.md b/packages/kilo-docs/pages/automate/code-reviews/overview.md index 203a35e5f7..ac5981f720 100644 --- a/packages/kilo-docs/pages/automate/code-reviews/overview.md +++ b/packages/kilo-docs/pages/automate/code-reviews/overview.md @@ -78,7 +78,7 @@ By default, Code Reviews uses sub-agents only when they materially improve cover The reviewer does not spawn sub-agents for a single-file or straightforward typo/config change. Sub-agents are read-only and do not post comments themselves. They return findings with path, line, severity, and rationale. The main reviewer remains responsible for verifying findings, removing duplicates, checking that inline comments target valid diff lines, and posting the final comments and summary. -### Changing Sub-Agent Behavior +#### Changing Sub-Agent Behavior `REVIEW.md` can replace the default sub-agent guidance. Use it to change both how many sub-agents Kilo should use and what each one should inspect.