namespace ClaudeDo.Worker.Planning; public sealed record InteractiveLaunchContext( string TaskId, string WorkingDir, string InitialPrompt);