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