From 39fb919a054190498f6d5b7985bde231f93ad7a6 Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" <219766164+opencode-agent[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 13:30:38 -0500 Subject: [PATCH] chore: add neriousy to team members (#42107) Co-authored-by: Aiden Cline --- .github/TEAM_MEMBERS | 1 + .opencode/tool/github-triage.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/TEAM_MEMBERS b/.github/TEAM_MEMBERS index ee2e26f45..5268ff59d 100644 --- a/.github/TEAM_MEMBERS +++ b/.github/TEAM_MEMBERS @@ -10,6 +10,7 @@ kitlangton kommander ludvigrask MrMushrooooom +neriousy nexxeln R44VC0RP rekram1-node diff --git a/.opencode/tool/github-triage.ts b/.opencode/tool/github-triage.ts index e861e1e46..d610a81e4 100644 --- a/.opencode/tool/github-triage.ts +++ b/.opencode/tool/github-triage.ts @@ -4,7 +4,7 @@ import { tool } from "@opencode-ai/plugin" const TEAM = { tui: ["kommander", "simonklee"], desktop_web: ["Hona", "Brendonovich"], - core: ["jlongster", "rekram1-node", "nexxeln", "kitlangton"], + core: ["jlongster", "rekram1-node", "neriousy", "nexxeln", "kitlangton"], inference: ["fwang", "MrMushrooooom", "starptech"], windows: ["Hona"], } as const