From 24b3ebdf9f71d49aaffc48e077ab36ff5d5e3871 Mon Sep 17 00:00:00 2001 From: Vance Ingalls Date: Thu, 20 Aug 2026 23:38:49 -0700 Subject: [PATCH] fix(cli): add missing cache fields to telemetry test fixture (#1915) ExtractionPhaseBreakdown gained cachePublishFailures/cacheGcEvictions/ cacheGcBytesFreed/cacheAgedPartialsCleared; the studioRenderTelemetry test fixture was never updated, breaking Typecheck on main and every PR based on it. Co-authored-by: Claude Fable 5