pub fn resolve(
tree: &PaneTree,
layout: &PaneLayout,
ctx: PaneFocusContext,
command: PaneCommand,
) -> PaneCommandResolutionExpand description
Resolve a single PaneCommand against the current tree, solved layout,
and focus context. Pure and deterministic: identical inputs always yield an
identical PaneCommandResolution, which is what makes equivalent command
streams produce identical pane state across hosts.