namespace ClaudeDo.Ui.ViewModels.MissionControl; /// /// Common contract for anything hosted as a pane in the Command Center — currently only /// , kept as its own abstraction so the grid/tabs layout /// toggle binds a pane collection rather than a concrete ConPTY-specific type. /// public interface IMissionControlPane { string DisplayTitle { get; } }