namespace StellaOps.Cli.Services.Models; internal sealed record ScannerArtifactResult(string Path, long SizeBytes, bool FromCache);