namespace ClaudeDo.Ui.ViewModels.MissionControl; /// /// Common contract for anything hosted as a pane in the Command Center — implemented by both /// the streamed-log and the /// embedded ConPTY — so the layout toggle (grid/tabs) can /// bind one heterogeneous pane collection. /// public interface IMissionControlPane { string DisplayTitle { get; } }