From c244cc8caedaa4f2ef2888229c2fa47641ffbb4d Mon Sep 17 00:00:00 2001 From: root Date: Mon, 22 Jun 2026 10:38:57 +0800 Subject: [PATCH] feat(sight): add jfeng18 as component:sight maintainer - Add @jfeng18 to CODEOWNERS for /src/agentsight/ - Add jfeng18 to maintainers.json under component:sight jfeng18 has 19 merged PRs covering BPF probes, GenAI pipeline, interruption detection, and observability tooling, and actively reviews other contributors' PRs. Closes #821 --- .github/CODEOWNERS | 2 +- .github/maintainers.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 56d3d67c3..b18fa3fe6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -19,7 +19,7 @@ # Component paths # --------------------------------------------------------------------------- /src/copilot-shell/ @kongche-jbw @samchu-zsl # auto-label: component:cosh -/src/agentsight/ @chengshuyi # auto-label: component:sight +/src/agentsight/ @chengshuyi @jfeng18 # auto-label: component:sight /src/agent-sec-core/ @edonyzpc @kid9 # auto-label: component:sec-core /src/agent-sec-core/agent-sec-cli/ @RemindD @edonyzpc # auto-label: component:sec-core /src/agent-sec-core/cosh-extension/ @yangdao479 # auto-label: component:sec-core diff --git a/.github/maintainers.json b/.github/maintainers.json index c87aeb851..6cdff5e4a 100644 --- a/.github/maintainers.json +++ b/.github/maintainers.json @@ -64,6 +64,9 @@ "maintainers": [ { "github": "chengshuyi" + }, + { + "github": "jfeng18" } ] },