mirror of
https://github.com/callstack/agent-device.git
synced 2026-09-14 20:06:34 +08:00
1.1 KiB
1.1 KiB
Issue Label Workflow
The skills speak in terms of five canonical triage roles. This file maps those roles to the actual GitHub labels used in this repo.
| Skill role | GitHub label | Meaning |
|---|---|---|
needs-triage |
needs-triage |
New or unreviewed issue; maintainer needs to evaluate it |
needs-info |
needs-info |
Waiting on reporter or external input |
ready-for-agent |
ready-for-agent |
Fully specified, AFK-ready for an agent to pick up |
ready-for-human |
ready-for-human |
Valid work, but needs human implementation or judgment |
wontfix |
wontfix |
Will not be actioned after an explicit maintainer decision |
Default flow:
- New issues get
needs-triage. - Remove
needs-triageonce the issue is understood and valid. - Add
needs-infowhen reporter or external input is required. - Add
ready-for-agentwhen the issue is fully specified and can be picked up by an AFK agent with no extra human context. - Add
ready-for-humanwhen the issue is valid but needs human implementation, product judgment, or maintainer ownership. - Add
wontfixonly after an explicit maintainer decision.