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
Address review comments on the schema-derived data model
* flowToBlueprint dropped scope_end when it was an empty string, contradicting
the round-trip guarantee the module documents. Preserve it whenever defined,
matching the scope_start handling beside it.
* Move getLayoutedElements out of BlueprintCanvas into a UI-free
utils/flow-layout, so the serialization layer no longer pulls React, CSS and
browser globals into its module graph.
* update-blueprint-schema opened (and truncated) the destination before
checking the status code, then unlinked it on failure, destroying the
committed schema the fallback path depends on. Download to a temp file and
rename into place only once the transfer completes.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
0 commit comments