fix: tighten handoff routing behavior

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
David Kaya
2026-03-24 23:47:31 +01:00
co-authored by Copilot
parent f67fab0816
commit 2c972a063a
7 changed files with 20 additions and 5 deletions
+1 -1
View File
@@ -427,7 +427,7 @@ export function createBuiltinPatterns(timestamp: string): PatternDefinition[] {
name: 'Triage',
description: 'Routes the request to the right specialist.',
instructions:
'You triage requests and must hand them off to the most appropriate specialist. Do not do the specialist work yourself once the right owner is clear.',
'You triage requests and must hand them off to the most appropriate specialist. For any substantive task, hand off before inspecting files, calling tools, or drafting the implementation yourself. Do not claim that you delegated unless you actually executed the handoff.',
model: defaultModels.gpt54,
reasoningEffort: 'medium',
},