From 083e9dfe7968e77b9335601862688ce2e881f861 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 24 Aug 2026 12:43:56 +0000 Subject: [PATCH] docs(skills): update the generated responsive.zod.ts reference line for the #11027 retirement Generated by gen:skill-refs against the #11027 tree: responsive.zod.ts's first schema headline changes when the retired ResponsiveConfig family leaves ('Breakpoint Name Enum' -> 'Style Map Schema (ADR-0065)'). skills/** is a governed surface (human merge only), so this line rides its own PR; it is true only once the retirement PR lands, and check:skill-refs on this branch stays red against a pre-retirement base by design. Part of #11027 Co-Authored-By: Claude --- skills/objectstack-ui/references/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/objectstack-ui/references/_index.md b/skills/objectstack-ui/references/_index.md index 01f52e6a46..73d2513d4c 100644 --- a/skills/objectstack-ui/references/_index.md +++ b/skills/objectstack-ui/references/_index.md @@ -40,7 +40,7 @@ from `node_modules` — there is no local copy in the skill bundle. - `node_modules/@objectstack/spec/src/ui/action-params.zod.ts` — The action DISPATCH contract: what the platform validates on the way in, and - `node_modules/@objectstack/spec/src/ui/bulk-action.zod.ts` — Bulk Action Schemas - `node_modules/@objectstack/spec/src/ui/i18n.zod.ts` — Display-label and ARIA-label primitives shared by every `ui/` shape. -- `node_modules/@objectstack/spec/src/ui/responsive.zod.ts` — Breakpoint Name Enum +- `node_modules/@objectstack/spec/src/ui/responsive.zod.ts` — Style Map Schema (ADR-0065) - `node_modules/@objectstack/spec/src/ui/sharing.zod.ts` — Sharing & Embedding Protocol ## How to read these