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,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"
}