From 96ddcc39b3d53fcc32d0ef1830a3db21d7eccd11 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Wed, 24 Jun 2026 11:08:31 -0400 Subject: [PATCH] conductor(plan): Mark Task 1.1 complete (NormalizedResponse dual-signature) --- conductor/tracks/fix_test_failures_20260624/plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conductor/tracks/fix_test_failures_20260624/plan.md b/conductor/tracks/fix_test_failures_20260624/plan.md index d76e5cc5..d8cafc47 100644 --- a/conductor/tracks/fix_test_failures_20260624/plan.md +++ b/conductor/tracks/fix_test_failures_20260624/plan.md @@ -6,7 +6,7 @@ Focus: Add custom `__init__` to `NormalizedResponse` that accepts both new nested `usage: UsageStats` and legacy flat kwargs. This fixes 12 of the 14 failing tests in one place. -- [ ] Task 1.1: Add custom `__init__` to `NormalizedResponse` in `src/openai_schemas.py`. +- [x] Task 1.1: Add custom `__init__` to `NormalizedResponse` in `src/openai_schemas.py`. [1b39aae7] - WHERE: `src/openai_schemas.py:75-80` (the `@dataclass(frozen=True) class NormalizedResponse:` block) - WHAT: - Change `@dataclass(frozen=True)` to `@dataclass(frozen=True, init=False)` on line 75