documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF

This commit is contained in:
master
2026-02-25 01:24:07 +02:00
parent b07d27772e
commit 4db038123b
9090 changed files with 4836 additions and 2909 deletions

View File

@@ -0,0 +1,22 @@
{
"type": "integration",
"capturedAtUtc": "2026-02-13T12:00:00Z",
"feature": "reachability-replay-verification",
"module": "reachgraph",
"testProject": "src/ReachGraph/__Tests/StellaOps.ReachGraph.WebService.Tests/StellaOps.ReachGraph.WebService.Tests.csproj",
"testFilter": "ClassName~ReachGraphApiIntegrationTests&MethodName~Replay",
"testsRun": 26,
"testsPassed": 26,
"testsFailed": 0,
"behaviorVerified": [
"IReachGraphReplayService.ReplayAsync recomputes graph from inputs and compares digests",
"ReplayRequest includes ExpectedDigest, ReplayInputs (SBOM, VEX, callgraph, runtime facts), optional scope",
"ReplayResponse reports Match (bool), ComputedDigest, ExpectedDigest, DurationMs, InputsVerified, Divergence",
"Replay from identical inputs produces matching digest (deterministic)",
"InputsVerified reports individual per-input verification (SBOM, VEX, callgraph, RuntimeFacts)",
"ReplayDivergence reports NodesAdded, NodesRemoved, EdgesChanged on mismatch",
"POST v1/reachgraphs/replay endpoint with rate limiting",
"NodeHashRecipe and PathHashRecipe provide deterministic hashing for replay"
],
"verdict": "pass"
}