Gaps fill up, fixes, ui restructuring
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user