docs(Table): compact contracts - #5870
Closed
cixzhang wants to merge 1 commit into
Closed
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
cixzhang
force-pushed
the
table-contract-compaction-20260901
branch
from
September 2, 2026 01:04
785eb5d to
3522b62
Compare
cixzhang
force-pushed
the
table-contract-compaction-20260901
branch
from
September 2, 2026 01:10
3522b62 to
92db6e5
Compare
cixzhang
force-pushed
the
table-contract-compaction-20260901
branch
from
September 2, 2026 01:50
92db6e5 to
c3bb846
Compare
cixzhang
force-pushed
the
table-contract-compaction-20260901
branch
from
September 2, 2026 02:06
c3bb846 to
08bca8e
Compare
cixzhang
force-pushed
the
table-contract-compaction-20260901
branch
from
September 2, 2026 02:19
08bca8e to
3c8b8db
Compare
cixzhang
force-pushed
the
table-contract-compaction-20260901
branch
from
September 2, 2026 02:25
3c8b8db to
cf9742d
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.
Status: benchmark blocked
This draft is not ready for approval. A two-attempt reviewer benchmark at frozen authority
701fd39bfound that the compact Table contracts reduced contract context by 44.1%, but did not preserve review quality on #5420:Reviewer output was slightly smaller, 1,240 to 1,170 estimated tokens, and settled/no-reask discipline remained correct. That is not enough: the compact record must retain 100% of the release-relevant objective blockers. Keep this PR draft until the structure restores that signal and passes the repeatable benchmark.
Why
The current Table contracts repeat source facts and plugin implementation detail, making the approved parent/module ownership boundary harder to scan and maintain.
What
TablePluginprotocolRisk
Documentation-only compaction. No runtime, public API, consumer-doc, target, or release behavior changes.
The reviewer benchmark identifies a separate risk: semantic parity does not guarantee equal blocker detection.
Testing
pnpm check:knowledge -- --base origin/mainpnpm check:repoNo Changeset: specifications only; no published package behavior changes.