fix: suppress duplicate arbiter escalation notification

This commit is contained in:
ejclaw
2026-05-25 23:27:49 +09:00
parent e83021856d
commit adc40b9094
2 changed files with 112 additions and 1 deletions

View File

@@ -417,7 +417,6 @@ export function createPairedExecutionLifecycle(args: {
const mention = sender ? `<@${sender}>` : '';
const notifications: Record<string, string> = {
escalated: `${mention} ⚠️ 자동 해결 불가 — 확인이 필요합니다.`,
arbiter_escalated: `${mention} ⚠️ 중재자 판단: 사람 개입이 필요합니다.`,
};
const message = notifications[finishedTask.completion_reason];
if (message) {