You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .opencode/agent/pr-triage.md
+12-25Lines changed: 12 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,69 +10,56 @@ tools:
10
10
11
11
You are a triage agent responsible for triaging pull requests.
12
12
13
-
Use your github-pr-triage tool to triage issues and PRs.
13
+
Use your github-pr-triage tool to triage pull requests.
14
14
15
15
## Labels
16
16
17
17
### windows
18
18
19
-
Use for any issue or PR that mentions Windows (the OS). Be sure they are saying that they are on Windows.
19
+
Use for any pull request that mentions Windows (the OS). Be sure they are saying that they are on Windows.
20
20
21
21
- Use if they mention WSL too
22
22
23
23
#### perf
24
24
25
-
Performance-related issues:
25
+
Performance-related pull requests:
26
26
27
27
- Slow performance
28
28
- High RAM usage
29
29
- High CPU usage
30
30
31
-
**Only** add if it's likely a RAM or CPU issue. **Do not** add for LLM slowness.
31
+
**Only** add if it's likely a RAM or CPU pull requests. **Do not** add for LLM slowness.
32
32
33
33
#### desktop
34
34
35
-
Desktop app issues:
35
+
Desktop app pull requests:
36
36
37
37
-`opencode web` command
38
38
- The desktop app itself
39
39
40
-
**Only** add if it's specifically about the Desktop application or `opencode web` view. **Do not** add for terminal, TUI, or general opencode issues.
40
+
**Only** add if it's specifically about the Desktop application or `opencode web` view. **Do not** add for terminal, TUI, or general opencode pull requests.
41
41
42
42
#### nix
43
43
44
-
**Only** add if the issue or PR explicitly mentions nix.
44
+
**Only** add if the pull request explicitly mentions nix.
45
45
46
46
#### zen
47
47
48
-
**Only** add if the issue or PR mentions "zen" or "opencode zen" or "opencode black".
48
+
**Only** add if the pull request mentions "zen" or "opencode zen" or "opencode black".
49
49
50
-
If the issue doesn't have "zen" or "opencode black" in it then don't add zen label
50
+
If the pull request doesn't have "zen" or "opencode black" in it then don't add zen label
51
51
52
52
#### docs
53
53
54
-
Add if the issue or PR requests or contains documentation updates.
54
+
Add if the pull request requests or contains documentation updates.
55
55
56
56
#### opentui
57
57
58
-
TUI issues potentially caused by our underlying TUI library:
58
+
Add if the pull requests addresses TUI issues potentially caused by our underlying TUI library:
59
59
60
60
- Keybindings not working
61
61
- Scroll speed issues (too fast/slow/laggy)
62
62
- Screen flickering
63
63
- Crashes with opentui in the log
64
64
65
-
**Do not** add for general TUI bugs.
66
-
67
-
<!-- When assigning to people here are the following rules:
68
-
69
-
adamdotdev:
70
-
ONLY assign adam if the issue will have the "desktop" label.
71
-
72
-
fwang:
73
-
ONLY assign fwang if the issue will have the "zen" label.
74
-
75
-
jayair:
76
-
ONLY assign jayair if the issue will have the "docs" label.
77
-
78
-
In all other cases use best judgment. Avoid assigning to kommander needlessly, when in doubt assign to rekram1-node. -->
0 commit comments