From 012397b3c4373e676b396d96d36741a54256629b Mon Sep 17 00:00:00 2001 From: David Blass Date: Tue, 16 Dec 2025 17:49:47 -0500 Subject: [PATCH] add note --- main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/main.ts b/main.ts index 48f1964..c2a6d37 100644 --- a/main.ts +++ b/main.ts @@ -72,6 +72,7 @@ export async function main(inputs: Inputs): Promise { await setupTempDirectory(ctx); timer.checkpoint("setupTempDirectory"); + // TODO: david fix this garbage // run agent CLI installation and prep phase in parallel const [, prepResults] = await Promise.all([installAgentCli(ctx), runPrepPhase()]); ctx.prepResults = prepResults;