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
Implement a parallel builder selected explicitly through the builder mechanism introduced in the base work.
Keep the classic builder as the default for existing workspaces and dependency-sensitive configurations.
Allow the parallel builder to create pane/window structure and observe readiness with less serialized waiting where the builder contract allows it.
Document that pane commands are not guaranteed to prepare later pane split-time inputs such as start_directory, shell, window_shell, pane environment, or other split-time state.
Recommend classic builder behavior or earlier setup phases such as before_script / shell_command_before for configs that rely on strict side effects.
Summary
Add a separate opt-in builder that prioritizes faster workspace construction while keeping the classic builder as the compatibility default.
Related: #1053, #1054, #1056, #1058.
Proposed behavior
start_directory,shell,window_shell, pane environment, or other split-time state.before_script/shell_command_beforefor configs that rely on strict side effects.--builder=chain#1054.Acceptance criteria