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
05ee09c to
ce0ef39
Compare
1030990 to
bb1d745
Compare
ce0ef39 to
e9f765d
Compare
eebd587 to
ab5e15b
Compare
0b9eb5d to
8a87236
Compare
ab5e15b to
e873a3a
Compare
51a7093 to
f8b5b70
Compare
e873a3a to
095fba2
Compare
f8b5b70 to
d2f57f1
Compare
095fba2 to
ece039a
Compare
d2f57f1 to
69d199a
Compare
63b042e to
9793d33
Compare
6270f87 to
c5f2837
Compare
c4086c0 to
8ed5d2d
Compare
a4b5498 to
ecc158c
Compare
8ed5d2d to
a659ef4
Compare
ecc158c to
bf033ef
Compare
a659ef4 to
5f053c9
Compare
bf033ef to
d4dcd56
Compare
5f053c9 to
bb0d3c2
Compare
bb0d3c2 to
d961f3a
Compare
d4dcd56 to
c0b7531
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