refactor(core): own edit protocol contract#2167
Open
jrusso1020 wants to merge 1 commit into
Open
Conversation
This was referenced Jul 10, 2026
Collaborator
Author
This was referenced Jul 10, 2026
8117b56 to
9349465
Compare
8c0dd96 to
da92df5
Compare
988ff76 to
49e2040
Compare
da92df5 to
3ffa911
Compare
49e2040 to
f1e0063
Compare
4d7af77 to
baaf5cc
Compare
f1e0063 to
47e8623
Compare
baaf5cc to
43d5f00
Compare
0264b3c to
b636ae5
Compare
2a99bd7 to
90746ff
Compare
42c37b7 to
21bf4f1
Compare
0263661 to
742c449
Compare
21bf4f1 to
3e37058
Compare
ccdacbf to
a97ef8e
Compare
8674f33 to
9149838
Compare
a97ef8e to
8657d4e
Compare
7367bc9 to
a0e9003
Compare
8657d4e to
4ea5e9c
Compare
a0e9003 to
ec35495
Compare
4ea5e9c to
4465a5a
Compare
ec35495 to
a7cb697
Compare
4465a5a to
8fd2307
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.

What
Move edit-protocol constants into a browser-safe core contract and enforce package-cycle boundaries.
Why
Core runtime imported a deprecated studio-server forwarding seam, sustaining an architectural cycle.
How
Make core own the draft/edit marker contract, let studio-server re-export compatibility names, migrate internal consumers, and gate new runtime cycles.
Test plan