From 3326000f9f366ec690e26b38e02838f095f439ce Mon Sep 17 00:00:00 2001 From: Baessi Date: Tue, 2 Jun 2026 01:56:26 +0900 Subject: [PATCH] Add Conclave AI to AI tools section Added Conclave AI to the list of AI tools for PR reviews. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0e829b5..7651596 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ _Note: This list is not intended to compare tools; as maintainers of Kodus, we a - **[Cursor Bugbot](https://cursor.com/bugbot)** — AI-powered PR review that runs automatically to catch real bugs and security issues with a low false-positive rate. +- **[Conclave AI](https://conclave-ai.dev)** — A council of three models (Claude, GPT-5, Gemini) reviews each PR and, with a PRD attached, flags scope drift a diff-only review misses. Self-hostable (FSL). + ## Static Analysis & Linters _Traditional and AI-enhanced tools for enforcing code quality, style, and correctness._