save checkpoint

This commit is contained in:
master
2026-02-14 09:11:48 +02:00
parent 9ca2de05df
commit e9aeadc040
1512 changed files with 30863 additions and 4728 deletions

View File

@@ -0,0 +1,20 @@
{
"type": "integration",
"capturedAtUtc": "2026-02-13T14:08:00Z",
"feature": "incident-mode",
"module": "evidencelocker",
"testProject": "src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.csproj",
"testFilter": "EvidenceSnapshotServiceTests.CreateSnapshotAsync_ExtendsRetentionAndCapturesIncidentArtifacts_WhenIncidentModeActive",
"testsRun": 1,
"testsPassed": 1,
"testsFailed": 0,
"behaviorVerified": [
"IncidentModeManager state activation and deactivation tracked via IIncidentModeState",
"Incident mode extends bundle retention by configurable days (45 days in test)",
"Incident mode captures request snapshots as incident artifacts",
"Incident metadata tagged in evidence bundle (incident.mode=enabled)",
"Incident artifact entry added to manifest under 'incident' section",
"EvidenceAuditLogger records incident events"
],
"verdict": "pass"
}