chore: snapshot main sync

This commit is contained in:
2026-06-17 20:08:31 +00:00
parent b18de2a331
commit 8bd32537cf
354 changed files with 10208 additions and 9230 deletions

View File

@@ -36,4 +36,3 @@ const { outputPath, artifact } = await runFlow(flow, input, { onLog: (m) => cons
const path = outputPath ?? `conductor-report-${flow.name}.md`;
await writeFile(path, artifact, 'utf8');
console.error(`\n✓ conductor done in ${Math.round((Date.now() - started) / 1000)}s → ${path}`);
console.log(path);