From 20295208c2679f6238b703a4d66612dae6abf617 Mon Sep 17 00:00:00 2001 From: ejclaw Date: Tue, 7 Apr 2026 08:08:45 +0900 Subject: [PATCH] Format paired follow-up rule type --- src/message-agent-executor-rules.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/message-agent-executor-rules.ts b/src/message-agent-executor-rules.ts index cc66fc0..9e31971 100644 --- a/src/message-agent-executor-rules.ts +++ b/src/message-agent-executor-rules.ts @@ -10,9 +10,7 @@ export { type AttemptStreamedTrigger as ExecutorStreamedTrigger, } from './agent-attempt-retry.js'; -export type PairedFollowUpQueueAction = - | 'pending' - | 'none'; +export type PairedFollowUpQueueAction = 'pending' | 'none'; export function resolvePairedFollowUpQueueAction(args: { completedRole: PairedRoomRole;