style: apply biome formatting to pulse-cursor
Made-with: Cursor
This commit is contained in:
@@ -232,7 +232,10 @@ export function createCursorExecutor(opts: CodingExecutorOptions) {
|
||||
|
||||
// ── Helpers ────────────────────────────────────────────────────
|
||||
|
||||
async function resolveTask(store: PulseStore, taskId: string): Promise<TaskState | null> {
|
||||
async function resolveTask(
|
||||
store: PulseStore,
|
||||
taskId: string,
|
||||
): Promise<TaskState | null> {
|
||||
const events = await store.queryByKind('task-created');
|
||||
for (const ev of events) {
|
||||
if (!ev.meta) continue;
|
||||
|
||||
Reference in New Issue
Block a user