From 07a995a210f4e5eb73eb775e0fadc470906ae980 Mon Sep 17 00:00:00 2001 From: Alan Buscaglia Date: Tue, 16 Dec 2025 14:05:05 +0100 Subject: [PATCH] docs(changelog): add gga integration entry for PR #9571 --- ui/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/CHANGELOG.md b/ui/CHANGELOG.md index eb95918429..891d53c9ba 100644 --- a/ui/CHANGELOG.md +++ b/ui/CHANGELOG.md @@ -11,6 +11,8 @@ All notable changes to the **Prowler UI** are documented in this file. ### 🔄 Changed +- Replace custom Claude pre-commit validation with Gentleman Guardian Angel (gga) for provider-agnostic, monorepo-aware AI code reviews [(#9571)](https://github.com/prowler-cloud/prowler/pull/9571) + ### 🐞 Fixed ---