save progress

This commit is contained in:
StellaOps Bot
2025-12-18 09:10:36 +02:00
parent b4235c134c
commit 28823a8960
169 changed files with 11995 additions and 449 deletions

View File

@@ -95,6 +95,16 @@ public sealed class ReachabilityEvidenceDocument
public List<string> RuntimeHits { get; set; } = new();
public List<string>? BlockedEdges { get; set; }
/// <summary>
/// Combined gate multiplier in basis points (10000 = 100%).
/// </summary>
public int GateMultiplierBps { get; set; } = 10000;
/// <summary>
/// Gates detected on the computed path to the target (if any).
/// </summary>
public List<CallgraphGate>? Gates { get; set; }
}
public sealed class ReachabilitySubject