Conversation
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.
Plan Studio's branch controller is private to its UI, so companions cannot save or switch branches while retaining native recovery and pending-operation behavior.
Expose a versioned interface on mounted Studios that delegates to the existing controller. It provides status without prompt/recovery bodies, rejects stale command state, accepts an attachment guard at continuation boundaries, and is removed with the node. Connected Plan text remains unavailable because the native restoration path still targets the backing widget.
Validation: seven new interface tests plus existing working-branch, recovery, branch-switch and Plan Studio JavaScript suites pass. Node smoke, workflow catalog and v0.5/v0.4 contract scripts pass. The chain smoke script cannot start with the available local Python environment:
comfy_aimdo.malloc_graphis missing. No production project or GPU job was used. SceneWeaver integration tests exercise the actual controller with synthetic Studio callbacks; live validation remains pending.