namespace MycroForge.CLI; public class ProjectConfig { public string Entrypoint { get; set; } = string.Empty; public List Features { get; set; } = new(); }