From d64575848807eec48fff61ee6ba80cbfa5e27a2f Mon Sep 17 00:00:00 2001 From: Kirill Date: Wed, 24 Dec 2025 13:28:46 +0100 Subject: [PATCH] Add ReviewCerberus to AI tools list in README --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index dd14614..6754ab2 100644 --- a/readme.md +++ b/readme.md @@ -99,6 +99,7 @@ This list focuses on tools and workflows where AI plays a central role in the de * [CodeSelect](https://github.com/maynetee/codeselect) — Sends structured source context to LLMs. * [OpenAI Codex CLI](https://github.com/openai/codex) — Experimental terminal assistant. * [Gemini CLI](https://github.com/google-gemini/gemini-cli) — Terminal assistant built around Google Gemini. +* [ReviewCerberus](https://github.com/Kirill89/reviewcerberus) - Open-source AI code review tool for analyzing git branch differences with comprehensive security, performance, and quality analysis. ---