namespace MycroForge.CLI.Features; public interface IFeature { public string Name { get; } public Task ExecuteAsync(ProjectContext context); }