style: fix biome formatting in worker package

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-19 14:07:56 -04:00
parent 1bbdd7acba
commit e5874a4887
8 changed files with 68 additions and 22 deletions
@@ -11,11 +11,7 @@
import type { PipelineState } from '../temporal/shared.js';
export interface CheckpointProvider {
onAgentComplete(
agentName: string,
phase: string,
state: PipelineState,
): Promise<void>;
onAgentComplete(agentName: string, phase: string, state: PipelineState): Promise<void>;
}
/** Default no-op implementation — no external checkpointing. */