Prepare 0.3.0-rc.2 with Windows support and regression tests

This commit is contained in:
2026-04-04 12:35:36 -04:00
parent a00d68b725
commit 220296c3f7
23 changed files with 448 additions and 123 deletions

View File

@@ -111,6 +111,7 @@ export interface JobFixture {
progress: number;
created_at: string;
updated_at: string;
attempt_count?: number;
vmaf_score?: number;
decision_reason?: string;
}