Skip to content

Commit 1c4d54a

Browse files
authored
chore: simplify labels (#1823)
1 parent 1c22fd4 commit 1c4d54a

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

.agents/config/triage-labels.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
# Triage Labels
22

3-
The skills speak in terms of five canonical triage roles. This file maps those
3+
The skills speak in terms of canonical triage roles. This file maps those
44
roles to the actual label strings used in this repo's issue tracker.
55

66
| Label in mattpocock/skills | Label in our tracker | Meaning |
77
| -------------------------- | -------------------- | ---------------------------------------- |
8-
| `needs-triage` | `needs-triage` | Maintainer needs to evaluate this issue |
9-
| `needs-info` | `needs-info` | Waiting on reporter for more information |
10-
| `ready-for-agent` | `ready-for-agent` | Fully specified, ready for an AFK agent |
11-
| `ready-for-human` | `ready-for-human` | Requires human implementation |
8+
| `needs-info` | `needs more info` | Waiting on more information |
129
| `wontfix` | `wontfix` | Will not be actioned |
1310

1411
When a skill mentions a role, use the corresponding label string from this

.agents/skills/bug-capture/SKILL.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,8 @@ label.
6565
- Use GitHub Issues through `gh`, inferred from the current repo remote.
6666
- Ensure a `bug` label exists; create it if missing.
6767
- Normal capture: apply `bug` and `needs-triage`.
68-
- Incomplete capture: apply `bug` and `needs-info`. If an obvious equivalent
69-
already exists, such as `needs more info`, use it instead of creating a
70-
duplicate.
71-
- Never apply `ready-for-agent` automatically.
68+
- Incomplete capture: apply `bug` and `needs more info`. If an obvious equivalent
69+
already exists use it instead of creating a duplicate.
7270

7371
### 5. Dedupe
7472

0 commit comments

Comments
 (0)