From 6d54db94dedfbe1f9f64baeb267e974b6d309085 Mon Sep 17 00:00:00 2001 From: Leo Parente <23251360+leoparente@users.noreply.github.com> Date: Mon, 17 Aug 2026 17:40:10 -0300 Subject: [PATCH] chore(codeowners): add three owners and remove two Adds @paulstuart, @samiura and @manrodrigues, who already own code in orb-agent, the consumer of this SDK, so reviews here reach them too. Removes @MicahParks and @ltucker. Matches the same change to diode-sdk-go. Co-Authored-By: Claude Opus 5 --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index eee5134..85f36ca 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @jajeffries @leoparente @ltucker @mfiedorowicz @MicahParks @davidlanouette +* @jajeffries @leoparente @mfiedorowicz @davidlanouette @paulstuart @samiura @manrodrigues