ticket: remove fixed investigator role

This commit is contained in:
2026-06-08 20:42:37 +09:00
parent dc65b7d4a1
commit 427a270722
6 changed files with 57 additions and 34 deletions
+1 -1
View File
@@ -553,7 +553,7 @@ fn append_role_execution_guidance(out: &mut String, role: TicketRole) {
TicketRole::Orchestrator => append_orchestrator_agent_routing_guidance(out),
TicketRole::Coder => append_coder_agent_routing_guidance(out),
TicketRole::Reviewer => append_reviewer_agent_routing_guidance(out),
TicketRole::Intake | TicketRole::Investigator => {}
TicketRole::Intake => {}
}
}