Problem
actions.yaml routes the bug_triage skill to auto-triage-sweep, which doesn't exist as an agent. This caused:
- 80 error-state items in the GOAP pipeline
- 14 duplicate incidents (INC-003 through INC-016)
- ~20 duplicate GitHub issues across 3 repos
- A feedback loop where failed dispatches triggered re-dispatch
Fix
Change the actor for bug_triage in actions.yaml from auto-triage-sweep to quinn. Quinn already advertises the bug_triage skill.
Impact
Critical — this is actively generating spam incidents and issues until resolved.
Related
- protoWorkstacean#437 (GOAP dedup bug amplified the damage)
- Duplicate incident cleanup needed (INC-003–016)
- ~30 duplicate GitHub issues need closing across protoAgent and protoWorkstacean repos
Problem
actions.yamlroutes thebug_triageskill toauto-triage-sweep, which doesn't exist as an agent. This caused:Fix
Change the actor for
bug_triageinactions.yamlfromauto-triage-sweeptoquinn. Quinn already advertises thebug_triageskill.Impact
Critical — this is actively generating spam incidents and issues until resolved.
Related