feat(spec,lint): ADR-0079 gate — deprecate titleFormat + record-title validator#2463
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📓 Docs Drift CheckThis PR changes 3 package(s): 93 hand-written doc(s) reference the affected code and may need an implementation-accuracy re-verification:
|
xuyushun441-sys
force-pushed
the
claude/adr-0079-titleformat-guard
branch
from
June 29, 2026 14:56
381c39c to
2c14adc
Compare
… validator - spec: titleFormat .describe() now '[DEPRECATED → nameField]' and corrects the stale "Overrides displayNameField" (Phase 2 makes nameField win). - @objectstack/lint: new validate-record-title — warns on a deprecated titleFormat (migrate to nameField / a formula field) and, via the shared objectTitleCompleteness predicate, warns when an object has no resolvable title. Wired into the validator registry + `os lint`, so os build/lint/MCP/ hand-authoring get the same coverage as cloud graph-lint (ADR-0078 not-cloud-only). - skills/objectstack-data: document nameField as canonical; displayNameField deprecated alias; titleFormat retired. Tests: validate-record-title 9/9; @objectstack/spec build + api-surface green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
xuyushun441-sys
force-pushed
the
claude/adr-0079-titleformat-guard
branch
from
June 29, 2026 14:57
2c14adc to
c87c33b
Compare
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.
Closes the ADR-0079 authoring gate. (1) titleFormat
.describe()→[DEPRECATED → nameField]+ fixes the stale 'Overrides' text. (2) New@objectstack/lintvalidate-record-title(warns on titleFormat + reusesobjectTitleCompletenessfor no-title) wired into the registry +os lint(ADR-0078 not-cloud-only). (3) objectstack-data skill: nameField canonical, titleFormat retired. Tests: validator 9/9; spec build + api-surface green.🤖 Generated with Claude Code