docs(adr): ADR-0059 — third-party backward-compatibility validation gates (#2035)#2098
Merged
Merged
Conversation
…ates (#2035) Documents the layered strategy built across #2088/#2089/#2092/#2093/#2095/#2097 in one authoritative place: why in-repo consumers can't witness backward compat (they co-evolve with the spec), the six gates and each one's job, and — crucially — the FREEZE CONTRACT: a change that requires editing the fixtures or removing a snapshot entry is by definition breaking (bump major), never a mechanical test-update. Also formalizes `objectstack validate` as the third party's authoritative self-gate. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
os-zhuang
added a commit
that referenced
this pull request
Jun 29, 2026
fix(metadata-admin): drop policy client-validator (PolicySchema removed in spec 11.2.0) (#2098) objectui@e9b92851b44625e587f6ec09396b403405e303be
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.
Central, authoritative write-up of the third-party validation strategy built this cycle (#2088 / #2089 / #2092 / #2093 / #2095 / #2097) — recommendation #3 from the #2035 follow-up discussion.
What it documents
@objectstack/dogfood, the platform apps) co-evolve with the spec in the same commit, so a break for a lagging third party (hotcrm) is invisible until release.objectstack validate, the depth fixture, the breadth snapshot, and the pre-publish live-hotcrm smoke.objectstack validateas the third party's authoritative self-gate.Follows the ADR-0054 house style (it's the direct neighbour — prove-it-runs for the authorable surface; this is the backward-compat dimension). ADR-only, no code, intra-links verified.
🤖 Generated with Claude Code