refactor(core): unify composition contract#2157
Open
jrusso1020 wants to merge 1 commit into
Open
Conversation
This was referenced Jul 10, 2026
Collaborator
Author
This was referenced Jul 10, 2026
4256102 to
b438de0
Compare
d266322 to
e1a0e21
Compare
1a6be06 to
d8bb139
Compare
e1a0e21 to
7d0c14e
Compare
d8bb139 to
560545a
Compare
43cf344 to
b4a3e92
Compare
560545a to
df292e5
Compare
b4a3e92 to
feb7e4c
Compare
c65427b to
e88e413
Compare
feb7e4c to
7819054
Compare
e88e413 to
93669ce
Compare
7819054 to
2fc5605
Compare
93669ce to
c71cedb
Compare
2fc5605 to
899a76f
Compare
c71cedb to
fa506c8
Compare
899a76f to
3f3ef16
Compare
fa506c8 to
c0cfcaa
Compare
3ce2250 to
aa33190
Compare
c0cfcaa to
b8ad44d
Compare
aa33190 to
5ea629a
Compare
23077e5 to
1da62c3
Compare
5ea629a to
0f02f01
Compare
1da62c3 to
ee3776a
Compare
0f02f01 to
64dd81f
Compare
ee3776a to
91d64f8
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
Establish one canonical composition timing, track, start-expression, and mutation contract.
Why
Lint, parser, SDK, server, runtime, and generators disagreed about authored data-duration/data-end and track semantics.
How
Add a browser-safe contract and table-driven corpus, migrate readers/writers, keep legacy reads, and make source mutation emit canonical attributes.
Test plan