Commit 785a748
Eleven strip sites measured per the #4852 remeasure; the counts held exactly
(1+1+2+2+3+2, confirmed against the ledger gate's own AST counter). Per-schema
door measurement then split them nine / two.
Closed with strictObject:
ui/action.zod.ts ActionParamSchema.options[]
ui/sharing.zod.ts SharingConfigSchema
ui/report.zod.ts ReportSortSchema, JoinedReportBlockSchema
ui/dataset.zod.ts DatasetDimensionSchema, DatasetMeasureSchema, .derived
ui/dashboard.zod.ts DashboardWidgetSchema.compareTo (object arm), .layout
Four of those are strict shells over strip children: the container was already
strict and strictness does not recurse. An action param option carrying
color/visibleWhen/icon/disabled parsed clean through getMetadataTypeSchema('action')
and came back {label, value}.
Reclassified as the fourth class (no door), NOT tightened:
ui/notification.zod.ts NotificationActionSchema
ui/sharing.zod.ts EmbedConfigSchema
Both measured three ways with positive controls in the same run: no carrier key,
unreachable in a 6860-node BFS from the 24 metadata-type roots + defineStack, zero
parse outside their own tests. Injecting a synthetic carrier flipped both, so the
verdict is a fact about the graph rather than a broken walker. sharing.zod.ts is
the ledger's first file that splits across the class.
action's option entry goes strict rather than following bulk-action's
.passthrough() (#4909): measured, not inherited. That def reaches the grid
verbatim with no spec door and objectui's BulkActionParam declares an explicit
index signature; this path has a door that already strips and lands in the CLOSED
SelectOptionMetadata.
Curation anchored on named sibling contracts, not edit distance: dataset on the
Cube layer this module's header names (a Cube metric's `type` IS its aggregation),
report's order key on SortNodeSchema and the widget's flat sortBy/sortOrder,
layout on React-Grid-Layout.
Known reach limit, measured: compareTo is a union, so its prescription is produced
but not delivered (zodIssuesToFields maps only top-level issues; #5014). The
rejection is unaffected. Tests pin both halves separately.
Out-of-scope findings filed unassigned: #5013 (ReportSchema's `filter` alias
prescribes `filters`, which it also rejects, plus 5 dead entries), #5014, #5015
(ADR-0049 verdict for the two no-door shapes), #5016 (should action options carry
the field-level per-option vocabulary).
Claude-Session: https://claude.ai/code/session_01Ehu85kbvMcrNTUJjwxvLJ9
Co-authored-by: Claude <noreply@anthropic.com>
1 parent a019e52 commit 785a748
10 files changed
Lines changed: 1323 additions & 70 deletions
File tree
- .changeset
- content/docs/references/ui
- docs/audits
- packages/spec/src/ui
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
15 | 37 | | |
16 | 38 | | |
17 | 39 | | |
| |||
0 commit comments