Skip to content

Commit fe50b62

Browse files
fix(lint): biome format orchestrate-engine.ts line wrap
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 927cc74 commit fe50b62

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/cleo/src/dispatch/engines/orchestrate-engine.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,9 @@ export async function orchestrateSpawnExecute(
536536
// created via `cleo orchestrate spawn` with a compiled CANT bundle.
537537
// For tasks without an agentDef we use a minimal stub so that the
538538
// composer still assembles any available BRAIN context.
539-
const agentDef = spawnContext.agentDef as import('@cleocode/cant').AgentDefinition | undefined;
539+
const agentDef = spawnContext.agentDef as
540+
| import('@cleocode/cant').AgentDefinition
541+
| undefined;
540542

541543
if (agentDef) {
542544
const provider = brainContextProvider(cwd);

0 commit comments

Comments
 (0)