Skip to content

fix(actions.yaml): reroute bug_triage from auto-triage-sweep → quinn #146

@mabry1985

Description

@mabry1985

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:

  1. Confirm auto-triage-sweep no longer appears anywhere in actions.yaml
  2. GOAP dispatches bug_triage → quinn successfully
  3. Drain the 93 error-state items from the flow queue
  4. Close duplicate incidents INC-003 through INC-018

Urgency

CRITICAL — actively spamming Discord and blocking all triage work.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions