fix(studio): harden composition timeline reliability#2615
Merged
Conversation
miguel-heygen
force-pushed
the
codex/fix-studio-composition-reliability
branch
from
July 17, 2026 08:18
d16fa80 to
5d1249a
Compare
miguel-heygen
changed the base branch from
fix/studio-interaction-consolidation
to
main
July 17, 2026 08:18
miguel-heygen
force-pushed
the
codex/fix-studio-composition-reliability
branch
from
July 17, 2026 16:12
5d1249a to
143576a
Compare
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
miguel-heygen
force-pushed
the
codex/fix-studio-composition-reliability
branch
from
July 17, 2026 16:53
143576a to
f78024f
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.
Summary
Composition editing in Studio is now much closer to the CapCut-style behavior Jake and Imad expected: whole comps can be moved, inserted, split, layered, and undone without the editor drifting into per-pixel history or editing the wrong nested layer.
This follow-up PR tightens the stack around the real failure modes from the Day 12 project:
data-composition-idvaluesQA
@hyperframes/studioand@hyperframes/studio-servertypechecks passed@hyperframes/studioproduction build passedgit diff --checkpassedDay 12 HF Studio Intro.zip:data-track-indexvalues while the live timeline kept the old lanes until refreshdata-track-indexvaluesdata-startwith one physical Cmd+Zheadline/headline-splitwithout StaticGuard errorsThe in-app pointer automation cannot synthesize a native HTML5
DataTransfer, so native card drag is covered by the Compositions card drag/drop contract tests; the same insertion transaction was exercised in-browser through the card's add-at-playhead action.