chore(spec)!: retire the compactLayout alias + transition mirror (ADR-0085 window closed)#2539
Merged
Merged
Conversation
The ADR-0085 deprecation window is closed: consumers switched in objectui#2168, shipped via the console pin (#2526), one release soaked. - ObjectSchema drops the compactLayout declaration: create() rejects it (unknown key), lenient parse strips it — no silent aliasing either way. - normalizeSemanticRoleAliases loses both directions (alias + the #2521 back-fill mirror); served metadata carries highlightFields only. - 27 straggler system-object authors (plugins/services, missed by the #2521 sweep — the type gate caught the first one) renamed. - liveness ledger drops the compactLayout row; the dogfood mirror assertion (#2528) flips to expect ABSENCE, exactly as it was designed to force in the retirement PR. - Downstream smoke pin → hotcrm v1.2.2 (hotcrm#424, same rename). spec 6666 + dogfood 181 green; api-surface unchanged; check:liveness ✓. Closes #2536 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
📓 Docs Drift CheckThis PR changes 8 package(s): 97 hand-written doc(s) reference the affected code and may need an implementation-accuracy re-verification:
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Jul 3, 2026
os-zhuang
added a commit
that referenced
this pull request
Jul 3, 2026
…up) (#2542) Two guides still taught 'formerly compactLayout, accepted as an alias' — true during the ADR-0085 deprecation window, false since #2539: create() now rejects the old spelling. AI authors copy docs verbatim, so a doc teaching a retired-but-'accepted' key is a 422 generator. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
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.
Executes #2536 — the trigger condition is met: objectui#2168 (consumer switch) shipped via the console pin #2526, and a full release window has passed (#2527, #2535).
What
ObjectSchemadropscompactLayout:create()rejects it like any unknown key (loud, names the key); lenientparse()strips it. No silent aliasing in either direction.normalizeSemanticRoleAliasesloses the alias and thehighlightFields → compactLayoutback-fill mirror (added in feat(spec): ADR-0085 semantic roles — stageField, highlightFields rename, detail block removal, collapse enum, shared fieldGroups derivation #2521 after browser dogfood). Served metadata carries the canonical key only.create()type gate caught the first straggler at build time; a repo-wide grep found the rest. Zero authors remain.compactLayout: undefinedon served meta.showcase_semantic_zoo_legacyfixture keeps itsstageField: falseduty and authors the canonical key.Verification
check:api-surfaceunchanged;check:liveness✓Version
@objectstack/specminor with a documented exception (same path as the 11.7.0 ADR-0085 removals): deprecated-with-alias for a full window, zero first-party authors/consumers remain, no export-surface change. Release owner has the final word per ADR-0059 §4.Closes #2536
🤖 Generated with Claude Code