Commit 565e223
fix: drop removed ObjectSchema detail block (ADR-0085) (#423)
framework ADR-0085 removed the per-surface `detail` UI-hints block from
ObjectSchema — presentation intent now lives in cross-surface semantic
roles (nameField / compactLayout→highlightFields / stageField /
fieldGroups).
`detail.hideReferenceRail` was a no-op here anyway: the Reference Rail
is OFF by default and the only key that could enable it was never
spec-typed, so these pages were already single-column without the flag.
Removing the block changes no rendered behavior; it only restores
typecheck against the new spec.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent b6b57bb commit 565e223
2 files changed
Lines changed: 0 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 22 | | |
30 | 23 | | |
31 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 13 | | |
21 | 14 | | |
22 | 15 | | |
| |||
0 commit comments