Skip to content

Commit 5de2b0f

Browse files
Steve Jobsclaude
andauthored
fix(spec): re-point dead #6590 citations to the live v18 tracker (#11612)
Two comment-prose sites in component.zod.ts anchored a v18 decision (retire the flat object/filter data-binding family, dataSource as the single data-binding door) to a tracking issue number that now 404s (deleted / transferred / converted). The triage seat filed a fresh tracker as the re-anchor; this points both citations at it. Citations only -- the zod shapes are byte-identical, comment prose is the entire diff. Confirmed via check:generated (14/14 artifacts still up to date) that neither site is inside a .describe() string, so no generated docs need regeneration. Co-authored-by: Claude <noreply@anthropic.com>
1 parent 502ff8b commit 5de2b0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/spec/src/ui/component.zod.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ import { FeedItemType, FeedFilterMode } from '../data/feed.zod';
134134
// next divergence sweep: enumerate by the RENDERER'S read pattern, not by the
135135
// key list a previous ruling happened to quote. Retiring the flat family
136136
// wholesale in favour of `dataSource` is the standing alternative, deferred to
137-
// v18 as #6590 — not rejected.
137+
// v18 as #11509 — not rejected.
138138
//
139139
// ── #5068: THE GATE IS WIRED — read the flip precisely ─────────────────────
140140
//
@@ -1916,7 +1916,7 @@ export const ElementFormPropsSchema = lazySchema(() => strictObject({
19161916
* shorthands are contract. Direction B — retiring the whole flat family and
19171917
* making `dataSource` the single data-binding door — was NOT dropped: it is a
19181918
* cross-element decision (`element:form` / `element:filter` carried the same
1919-
* flat `object` when it was recorded), tracked as #6590 for v18, and A does
1919+
* flat `object` when it was recorded), tracked as #11509 for v18, and A does
19201920
* not block it. Both of those elements have since retired WHOLE at element
19211921
* grain (#9220 / #9249, ADR-0049 — no renderer for either ever shipped), so
19221922
* this element is the flat family's last carrier; when B lands these two

0 commit comments

Comments
 (0)