style: format paired stepdone telemetry files

This commit is contained in:
ejclaw
2026-04-23 18:51:56 +09:00
parent 9ef79e3828
commit 6d28a4ae19
5 changed files with 11 additions and 12 deletions

View File

@@ -401,7 +401,10 @@ export function createMessageRuntime(deps: MessageRuntimeDeps): {
: null;
let openWorkItem = getOpenWorkItemForChat(chatJid, SERVICE_SESSION_SCOPE);
if (openWorkItem?.delivery_role === 'owner' && pendingTask) {
const freshHumanMessages = getFreshHumanPreflightMessages(chatJid, channel);
const freshHumanMessages = getFreshHumanPreflightMessages(
chatJid,
channel,
);
if (
pendingTask.status === 'merge_ready' &&
freshHumanMessages.length > 0