diff --git a/packages/pulse-cursor/src/cursor-agent.ts b/packages/pulse-cursor/src/cursor-agent.ts index 1b67954..307a68d 100644 --- a/packages/pulse-cursor/src/cursor-agent.ts +++ b/packages/pulse-cursor/src/cursor-agent.ts @@ -232,7 +232,10 @@ export function createCursorExecutor(opts: CodingExecutorOptions) { // ── Helpers ──────────────────────────────────────────────────── -async function resolveTask(store: PulseStore, taskId: string): Promise { +async function resolveTask( + store: PulseStore, + taskId: string, +): Promise { const events = await store.queryByKind('task-created'); for (const ev of events) { if (!ev.meta) continue;