Gaps fill up, fixes, ui restructuring

This commit is contained in:
master
2026-02-19 22:10:54 +02:00
parent b5829dce5c
commit 04cacdca8a
331 changed files with 42859 additions and 2174 deletions

View File

@@ -78,6 +78,24 @@ public sealed record AuditBundleWriteRequest
/// </summary>
public byte[]? ScoringRules { get; init; }
/// <summary>
/// Triage-suppress predicates and source DSSEs (optional).
/// Sprint: SPRINT_20260219_012 (MWS-03)
/// </summary>
public byte[]? TriageSuppressEvidence { get; init; }
/// <summary>
/// Execution evidence predicates (DSSE envelope, optional).
/// Sprint: SPRINT_20260219_013 (SEE-04)
/// </summary>
public byte[]? ExecutionEvidence { get; init; }
/// <summary>
/// Beacon attestation predicates (DSSE envelope, optional).
/// Sprint: SPRINT_20260219_014 (BEA-04)
/// </summary>
public byte[]? BeaconAttestation { get; init; }
/// <summary>
/// Time anchor for replay context (optional).
/// </summary>