You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: drop compactLayout fallback reads (alias retired by framework#2536) (#2187)
framework#2539 removed the deprecated spelling from the spec (create()
rejects, parse strips, no mirror) — served metadata carries
highlightFields only, so these 6 fallback reads can never fire again.
deriveHighlightFields tests flipped: the retired spelling is now
IGNORED (heuristic applies) instead of read.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Drop the `compactLayout` fallback reads (6 sites: ObjectGrid default columns, deriveHighlightFields, RecordDetailView highlight strip + child preview, ObjectView ×2, InterfaceListPage). The deprecated spelling was retired from the spec by framework#2539 (framework#2536) — served metadata carries `highlightFields` only, so the fallbacks could never fire again; keeping them would teach the retired key to the next reader.
0 commit comments