diff --git a/.opencode/agent/triage.md b/.opencode/agent/triage.md index 54d72137c..8d7c53299 100644 --- a/.opencode/agent/triage.md +++ b/.opencode/agent/triage.md @@ -13,6 +13,12 @@ Use your github-triage tool to triage issues. ## Labels + +### windows + +Use for any issue that is mentions windows (the OS). Be sure they are saying that they are on windows. +- Use if they mention WSL too + #### perf Performance-related issues: @@ -57,6 +63,8 @@ TUI issues potentially caused by our underlying TUI library: **Do not** add for general TUI bugs. +--- + When assigning to people here are the following rules: adamdotdev: diff --git a/.opencode/tool/github-triage.ts b/.opencode/tool/github-triage.ts index 30905a938..739135169 100644 --- a/.opencode/tool/github-triage.ts +++ b/.opencode/tool/github-triage.ts @@ -17,7 +17,7 @@ export default tool({ .describe("The username of the assignee") .default("rekram1-node"), labels: tool.schema - .array(tool.schema.enum(["nix", "opentui", "perf", "desktop", "zen", "docs"])) + .array(tool.schema.enum(["nix", "opentui", "perf", "desktop", "zen", "docs", "windows"])) .describe("The labels(s) to add to the issue") .default([]), }, diff --git a/.opencode/tool/github-triage.txt b/.opencode/tool/github-triage.txt index 0aa7670e6..4c46a72c1 100644 --- a/.opencode/tool/github-triage.txt +++ b/.opencode/tool/github-triage.txt @@ -82,3 +82,7 @@ Anything related to OpenCode Zen, billing, or model quality from Zen should have ### docs Anything related to the documentation should have a docs label + +### windows + +Use for any issue that involves the windows OS