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
7089854 to
906c206
Compare
034adf6 to
f43cb3a
Compare
f0b0691 to
8e49e95
Compare
0c594b5 to
80a8a49
Compare
178251b to
55b2233
Compare
80a8a49 to
35810cd
Compare
55b2233 to
cc51564
Compare
1e224f7 to
620a5bb
Compare
cc51564 to
50b52f9
Compare
620a5bb to
15078c9
Compare
50b52f9 to
06b74f4
Compare
d2b23b6 to
8c0dd96
Compare
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
47e8623 to
0264b3c
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