From 8f4ecc948409d124fe3da0c0e24a8dae7ed7a950 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 27 Aug 2026 03:02:56 +0000 Subject: [PATCH] refactor: remove narration comment Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01EdWS7o3htQ9cNxhCWL5Frp --- codegen/lib/layouts/resources.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/codegen/lib/layouts/resources.ts b/codegen/lib/layouts/resources.ts index 3724ddbb..85b1ecfc 100644 --- a/codegen/lib/layouts/resources.ts +++ b/codegen/lib/layouts/resources.ts @@ -63,10 +63,6 @@ export const getResourceLayoutContexts = ( })) } -// Expand an action attempt into one union member per status from its status -// enum. In each member, the status property is rendered as the status literal, -// and any property annotated with actionAttemptStatuses is rendered as null -// for the statuses it does not list. const expandActionAttemptByStatus = (resource: Resource): Resource[] => { const statusProperty = resource.properties.find( (property): property is EnumProperty =>