mirror of
https://github.com/stablyai/orca
synced 2026-04-21 14:17:16 +00:00
632 B
632 B
Split Groups PR 6: Enable Split Groups
This branch turns split groups on after the earlier model, lifecycle, restore, and renderer-ownership branches are in place.
Scope:
- remove the temporary rollout gate from
Terminal.tsx - make the split-group ownership path the active renderer path
- keep only the small bootstrap fallback for cases where no layout exists yet
What Is Actually Hooked Up In This PR:
- split groups are live
Terminal.tsxalways resolves through the split-group path when layout/group state exists- the temporary gate introduced in the dark-launch PR is removed instead of left behind as dead config