feat(spec): remove first batch of dead metadata props (#2377, A2)#2402
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📓 Docs Drift CheckThis PR changes 1 package(s): 90 hand-written doc(s) reference the affected code and may need an implementation-accuracy re-verification:
|
Cleanly-verifiable, unique-named dead props with zero footprint outside spec: - field: caseSensitive, maxRating - object: partitioning (+PartitioningConfigSchema), defaultDetailForm Liveness ledgers (field/object) updated; api-surface regenerated (drops PartitioningConfig type only). softDelete + measures.certified deferred (set in non-spec test fixtures); overloaded-name candidates deferred (see #2377). Verified: full spec suite green; check:api-surface ✓; liveness gate ✓; no non-spec usage of the four removed props. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
xuyushun441-sys
force-pushed
the
v11-a2-trivial
branch
from
June 27, 2026 18:38
f35930d to
2f9c654
Compare
This was referenced Jun 27, 2026
os-zhuang
added a commit
that referenced
this pull request
Jul 3, 2026
…ailForm JSDoc (ADR-0085 remnants) (#2530) Follow-up to the ADR-0085 hand-written docs sweep (#2529) — these two remnants live in code and regenerate into docs: - RecordDetailsProps layout/fields descriptions taught the deprecated compactLayout name; now teach the canonical highlightFields (compactLayout remains a supported alias). Regenerated react-blocks contract + reference md. - Removed an orphaned JSDoc block for defaultDetailForm in object.zod.ts — the prop was never implemented and was removed from the spec in #2402. Doc-text only; no schema shape or behavior change. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
os-zhuang
pushed a commit
that referenced
this pull request
Jul 18, 2026
…2377) The whole publishable set is in the Changesets fixed group, so a `major` would promote the entire monorepo. Breaking spec cleanups ride the minor line during the launch window (precedent: #2402 → 11.1.0). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011XchBKhKdjbhQZymt9Gn9B
os-zhuang
added a commit
that referenced
this pull request
Jul 18, 2026
#3176) * feat(spec)!: remove dead author-facing metadata properties (#2377) Removes spec properties that parsed but had no runtime consumer (ADR-0049 enforce-or-remove) — a false affordance, especially for AI-authored metadata. Follow-up slice to #2402. Verified dead against packages/spec/liveness/*.json and a repo-wide reader grep. Removed: - field: vectorConfig (+VectorConfigSchema+types), fileAttachmentConfig (+FileAttachmentConfigSchema+types), dependencies - object: versioning, softDelete, search, recordName, keyPrefix (+ their sub-schemas/types) — each now a rejecting tombstone in UNKNOWN_KEY_GUIDANCE - action: timeout - agent: planning.strategy, planning.allowReplan (keep planning.maxIterations) - dataset: measures.certified Ledgers, ledger README table, api-surface.json, and json-schema.manifest.json updated; spec tests/fixtures migrated (analytics/rest/lint/cli). Deferred the authoring-form-surfaced dead props (field.index/columnName/referenceFilters; object.tags/active/isSystem/abstract/enable.searchable/trash/mru; agent.tenantId) and action.type:'form' — they cascade into i18n/lint/UX and stay authorWarn'd. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011XchBKhKdjbhQZymt9Gn9B * docs(spec): regenerate reference docs after dead-prop removal (#2377) Regenerated content/docs/references/ from the updated spec schema (pnpm gen:schema && gen:docs) — field/object/action/agent/dataset reference pages drop the removed properties; data/search-engine.mdx and api/object.mdx removed as spec no longer defines them. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011XchBKhKdjbhQZymt9Gn9B * chore: version dead-prop removal as minor per launch-window policy (#2377) The whole publishable set is in the Changesets fixed group, so a `major` would promote the entire monorepo. Breaking spec cleanups ride the minor line during the launch window (precedent: #2402 → 11.1.0). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011XchBKhKdjbhQZymt9Gn9B --------- Co-authored-by: Claude <noreply@anthropic.com>
This was referenced Jul 22, 2026
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.
First, low-risk slice of #2377 (ADR-0049 enforce-or-remove). Only the cleanly-verifiable, unique-named dead props with near-zero test footprint.
Removed (verified 0 set / 0 read across framework + objectui + cloud + hotcrm + templates)
caseSensitive,maxRatingsoftDelete(+SoftDeleteConfigSchema),partitioning(+PartitioningConfigSchema),defaultDetailFormmeasures.certifiedLiveness ledgers (field/object/dataset) updated;
api-surface.jsonregenerated (dropsSoftDeleteConfig/PartitioningConfigtypes only);dataset.test.tsdefault assertion fixed.Deliberately NOT removed (deferred in #2377)
The overloaded-name candidates (
field.index/columnName/dependencies,object.tags/active/abstract/isSystem/search/versioning/enable.*,agent.tenantId,action.timeout) — their names are too overloaded across the test suite (dependencies18 files,tags26,tenantId21, …) to reliably separate spec-prop usage from noise. They're unenforced-but-harmless; see the issue for the safe/risky split.Verification
Full spec suite 6595 passed;
check:api-surface✓; spec-property-liveness gate ✓; fixed-group check ✓. Folded into the 11 line (minor → 11.1.0).🤖 Generated with Claude Code