using System.Collections.Generic; namespace ClaudeDo.Ui.Services; /// Plain launch spec for an embedded ConPTY terminal session — no worker/SignalR coupling. public sealed record TerminalLaunchDescriptor( string Cwd, string Exe, IReadOnlyList Args, IReadOnlyDictionary Env);