Context
The bug_triage action in actions.yaml is currently routed to auto-triage-sweep, which is not a registered agent. This is the root cause of the GOAP feedback loop that generated 16 duplicate incidents (INC-003 through INC-018) and left 93+ work items in error state.
Related issues: #144, #145
Fix
In actions.yaml, change the bug_triage action's actor/executor from auto-triage-sweep to quinn.
Quinn is reachable (65ms latency), advertises bug_triage, and has a working executor. protoMaker also advertises bug_triage as a fallback.
Verification
After applying:
- Confirm
auto-triage-sweep no longer appears anywhere in actions.yaml
- GOAP dispatches bug_triage → quinn successfully
- Drain the 93 error-state items from the flow queue
- Close duplicate incidents INC-003 through INC-018
Urgency
CRITICAL — actively spamming Discord and blocking all triage work.
Context
The
bug_triageaction inactions.yamlis currently routed toauto-triage-sweep, which is not a registered agent. This is the root cause of the GOAP feedback loop that generated 16 duplicate incidents (INC-003 through INC-018) and left 93+ work items in error state.Related issues: #144, #145
Fix
In
actions.yaml, change thebug_triageaction's actor/executor fromauto-triage-sweeptoquinn.Quinn is reachable (65ms latency), advertises
bug_triage, and has a working executor. protoMaker also advertisesbug_triageas a fallback.Verification
After applying:
auto-triage-sweepno longer appears anywhere in actions.yamlUrgency
CRITICAL — actively spamming Discord and blocking all triage work.