fix(spec): correct 9 field props mis-classified dead — they are objectui-live#1947
Merged
Conversation
…tui-live
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📓 Docs Drift CheckThis PR changes 1 package(s): 89 hand-written doc(s) reference the affected code and may need an implementation-accuracy re-verification:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The liveness ledgers' renderer-side verdicts are unreliable — seeded from the 2026-06 audits, which did NOT re-check the frontend repo ../objectui. Verifying against objectui shows 9 field props marked dead are actually LIVE in the renderer: externalId (metadataConverters.ts:125 reads field.externalId), currencyConfig (fields/src/index.tsx:469), searchable (plugin-dashboard WidgetConfigPanel), and the master-detail/related-list overrides inlineTitle/inlineColumns/inlineAmountField/relatedList/relatedListTitle/relatedListColumns (app-shell RecordDetailView + deriveRelatedLists/deriveMasterDetail).
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).
Already-merged prune batches #1945 (display configs) + #1946 (governance) were re-verified against objectui and confirmed renderer-dead — safe, no breakage shipped. Further pruning paused until the remaining ledgers + disposition plan are re-verified against objectui.
🤖 Generated with Claude Code