namespace StellaOps.Scanner.ProofSpine; public sealed record ProofSpineSummary( string SpineId, string ArtifactId, string VulnerabilityId, string Verdict, int SegmentCount, DateTimeOffset CreatedAt);