From c1902c76f5854b8c55c851cc4b45d73d0644d574 Mon Sep 17 00:00:00 2001 From: George Karr Date: Tue, 30 Jun 2026 08:47:21 -0500 Subject: [PATCH 1/2] Add tech leads to CODEOWNERS for .claude directory --- CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 11f1d24b25d..0253da6d320 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -156,5 +156,12 @@ go.mod @fleetdm/go # 🚀 GitHub workflows ############################################################################################## /.github/workflows/ @georgekarrv @sharon-fdm @lukeheath @lucasmrod @getvictor + +############################################################################################## +# 🤖 Claude Code configuration (agents, skills, rules, settings). +# (Reviewed by the product group tech leads.) +############################################################################################## +/.claude/ @JordanMontgomery @cdcme @lucasmrod @mostlikelee + # â„šī¸ But wait, there's more! # See the comments up top to learn where else DRIs and maintainers are configured. From c12c0c407b598131e4dfa0e2885292bac7454c93 Mon Sep 17 00:00:00 2001 From: George Karr Date: Tue, 30 Jun 2026 13:51:18 -0500 Subject: [PATCH 2/2] Apply suggestion from @georgekarrv --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 0253da6d320..636c193fedb 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -161,7 +161,7 @@ go.mod @fleetdm/go # 🤖 Claude Code configuration (agents, skills, rules, settings). # (Reviewed by the product group tech leads.) ############################################################################################## -/.claude/ @JordanMontgomery @cdcme @lucasmrod @mostlikelee +/.claude/ @JordanMontgomery @cdcme @lucasmrod @mostlikelee @getvictor # â„šī¸ But wait, there's more! # See the comments up top to learn where else DRIs and maintainers are configured.