diff options
| author | Dax Raad <[email protected]> | 2026-05-03 01:21:17 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-05-03 01:21:17 -0400 |
| commit | a08e4c96514b791391c9b81ade129f6634ad57f7 (patch) | |
| tree | 4cdb560e128b6f202b759f6a1abb5fade85081d2 /.opencode/agent | |
| parent | 7ccab8d2729bb804c94e49c62df521026a6f80f2 (diff) | |
| download | opencode-a08e4c96514b791391c9b81ade129f6634ad57f7.tar.gz opencode-a08e4c96514b791391c9b81ade129f6634ad57f7.zip | |
core: simplify triage workflow to focus on issue ownership
Switch triage agent to gpt-5.4-nano for faster issue assignment. Remove label
management from the triage tool so it only assigns owners based on team
ownership rules. This reduces noise in the issue tracker and ensures issues
get to the right team member immediately without unnecessary labels.
Update team structures to reflect current ownership and add script for
processing unassigned issues.
Diffstat (limited to '.opencode/agent')
| -rw-r--r-- | .opencode/agent/triage.md | 26 |
1 files changed, 7 insertions, 19 deletions
diff --git a/.opencode/agent/triage.md b/.opencode/agent/triage.md index a4c8454a9..03df339cb 100644 --- a/.opencode/agent/triage.md +++ b/.opencode/agent/triage.md @@ -1,7 +1,7 @@ --- mode: primary hidden: true -model: opencode/qwen3.6-plus +model: opencode/gpt-5.4-nano color: "#44BA81" tools: "*": false @@ -14,7 +14,11 @@ Use your github-triage tool to triage issues. This file is the source of truth for ownership/routing rules. -Assign issues by choosing the team with the strongest overlap, then assign a member from that team at random. +Assign issues by choosing the team with the strongest overlap. The github-triage tool will assign a random member from that team. + +Do not add labels to issues. Only assign an owner. + +When calling github-triage, pass one of these team values: tui, desktop_web, core, inference, windows. ## Teams @@ -22,34 +26,18 @@ Assign issues by choosing the team with the strongest overlap, then assign a mem Terminal UI issues, including rendering, keybindings, scrolling, terminal compatibility, SSH behavior, crashes in the TUI, and low-level TUI performance. -- kommander -- simonklee - ### Desktop / Web Desktop application and browser-based app issues, including `opencode web`, desktop-specific UI behavior, packaging, and web view problems. -- Hona -- Brendonovich - ### Core -Core opencode server and harness issues, including sqlite, snapshots, memory, API behavior, agent context construction, tool execution, provider integrations, model behavior, and larger architectural features. - -- jlongster -- rekram1-node -- nexxeln -- kitlangton +Core opencode server and harness issues, including sqlite, snapshots, memory, API behavior, agent context construction, tool execution, provider integrations, model behavior, documentation, and larger architectural features. ### Inference OpenCode Zen, OpenCode Go, and billing issues. -- fwang -- MrMushrooooom - ### Windows Windows-specific issues, including native Windows behavior, WSL interactions, path handling, shell compatibility, and installation or runtime problems that only happen on Windows. - -- Hona |
