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
c4086c0 to
8ed5d2d
Compare
a4b5498 to
ecc158c
Compare
8ed5d2d to
a659ef4
Compare
ecc158c to
bf033ef
Compare
a659ef4 to
5f053c9
Compare
bf033ef to
d4dcd56
Compare
bb0d3c2 to
d961f3a
Compare
c0b7531 to
5bfd32a
Compare
356e2c9 to
70a22dc
Compare
02d4f2d to
c742e54
Compare
5f10ce8 to
9160e18
Compare
c742e54 to
4256102
Compare
9160e18 to
d266322
Compare
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
df292e5 to
c65427b
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