baa-conductor

git clone 

commit
972f795
parent
d909d38
author
im_wower
date
2026-03-22 00:14:19 +0800 CST
style(worker-runner): fix lifecycle event indentation
1 files changed,  +2, -2
M apps/worker-runner/src/runner.ts
+2, -2
 1@@ -360,8 +360,8 @@ export async function runStep(
 2       type: "worker_started",
 3       level: "info",
 4       createdAt: executionStartedAt,
 5-    message: `Worker runner opened execution scope for ${request.workerKind} step ${request.stepId}.`,
 6-    data: {
 7+      message: `Worker runner opened execution scope for ${request.workerKind} step ${request.stepId}.`,
 8+      data: {
 9         stepKind: request.stepKind,
10         timeoutSec: request.timeoutSec,
11         worktreePath: request.runtime.worktreePath