You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(sdk,studio): code-review correctness fixes from §3.5 review
- shouldUseSdkCutover: add isEnabled as first param (tests expected 4-arg
signature; implementation had 3); update sdkCutover.test.ts and call site
- session.ts openComposition: move persist-queue setup outside the !isEmbedded
gate so embedded (T3) sessions can also persist
- mutate.ts validateOp: change getGsapScript() === null to !getGsapScript()
so undefined (no-script) also triggers E_NO_GSAP_SCRIPT for set/remove ops
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Miguel Ángel <miguel07alm@protonmail.com>
0 commit comments