Commit d28cc73
fix(spec): correct 9 field props mis-classified dead — they are objectui-live (#1947)
The liveness ledgers were seeded from the 2026-06 audits, whose RENDERER-side
("dead in both layers") verdicts turn out to be unreliable — the audit did not
re-check the objectui repo (../objectui). Verifying directly against objectui
shows 9 field props the ledger called `dead` are actually LIVE in the renderer:
- externalId → apps/console/.../metadataConverters.ts:125 (reads field.externalId)
- currencyConfig → packages/fields/src/index.tsx:469 (reads currencyConfig.defaultCurrency)
- searchable → packages/plugin-dashboard/.../WidgetConfigPanel.tsx
- inlineTitle / inlineColumns / inlineAmountField → app-shell MetadataProvider +
plugin-form/deriveMasterDetail.ts
- relatedList / relatedListTitle / relatedListColumns → app-shell RecordDetailView +
utils/deriveRelatedLists.ts
Pruning these (as the dead-surface plan proposed) would have broken detail-page /
master-detail rendering. Reclassified dead→live with objectui evidence; gate green
(field 43 live / 8 dead).
IMPORTANT: liveness verification must include ../objectui, not just the framework
runtime. The already-merged prune batches (#1945 display configs, #1946 governance)
were re-verified against objectui and confirmed renderer-dead — safe. Further
pruning is paused until the other ledgers + the disposition plan are re-verified
against objectui.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 1b1f490 commit d28cc73
2 files changed
Lines changed: 31 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
165 | | - | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
171 | 172 | | |
172 | | - | |
173 | | - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
174 | 176 | | |
175 | 177 | | |
176 | | - | |
177 | | - | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
178 | 181 | | |
179 | 182 | | |
180 | 183 | | |
| |||
193 | 196 | | |
194 | 197 | | |
195 | 198 | | |
196 | | - | |
197 | | - | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
198 | 202 | | |
199 | 203 | | |
200 | | - | |
201 | | - | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
202 | 207 | | |
203 | 208 | | |
204 | | - | |
205 | | - | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
206 | 212 | | |
207 | 213 | | |
208 | | - | |
209 | | - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
210 | 217 | | |
211 | 218 | | |
212 | | - | |
213 | | - | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
214 | 222 | | |
215 | 223 | | |
216 | | - | |
217 | | - | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
218 | 227 | | |
219 | 228 | | |
220 | 229 | | |
0 commit comments