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,45 @@
{
"module": "cryptography",
"feature": "crypto-provider-plugin-architecture",
"runId": "run-016",
"checkedAtUtc": "2026-02-11T07:58:27.9816330Z",
"featureFile": "docs/features/checked/cryptography/crypto-provider-plugin-architecture.md",
"filesChecked": [
"src/Cryptography/StellaOps.Cryptography/MultiProfileSigner.cs",
"src/Cryptography/StellaOps.Cryptography/IContentSigner.cs",
"src/Cryptography/StellaOps.Cryptography.Plugin/CryptoPluginBase.cs",
"src/Cryptography/__Tests/StellaOps.Cryptography.Tests/CryptoProviderPluginBehaviorTests.cs"
],
"found": [
"src/Cryptography/StellaOps.Cryptography/MultiProfileSigner.cs",
"src/Cryptography/StellaOps.Cryptography/IContentSigner.cs",
"src/Cryptography/StellaOps.Cryptography.Plugin/CryptoPluginBase.cs",
"src/Cryptography/__Tests/StellaOps.Cryptography.Tests/CryptoProviderPluginBehaviorTests.cs"
],
"missing": [
],
"declarationsChecked": [
{
"name": "MultiProfileSigner",
"file": "src/Cryptography/StellaOps.Cryptography/MultiProfileSigner.cs",
"found": true
},
{
"name": "IContentSigner",
"file": "src/Cryptography/StellaOps.Cryptography/IContentSigner.cs",
"found": true
},
{
"name": "CryptoPluginBase",
"file": "src/Cryptography/StellaOps.Cryptography.Plugin/CryptoPluginBase.cs",
"found": true
},
{
"name": "CryptoProviderPluginBehaviorTests",
"file": "src/Cryptography/__Tests/StellaOps.Cryptography.Tests/CryptoProviderPluginBehaviorTests.cs",
"found": true
}
],
"verdict": "pass"
}

View File

@@ -0,0 +1,25 @@
{
"project": "src/Cryptography/StellaOps.Cryptography/StellaOps.Cryptography.csproj",
"buildResult": "pass",
"testResult": "pass",
"command": "dotnet build src/Cryptography/StellaOps.Cryptography/StellaOps.Cryptography.csproj -c Release --nologo; dotnet test src/Cryptography/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj -c Release --nologo",
"testProjects": [
"src/Cryptography/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj"
],
"testsRun": 108,
"testsPassed": 108,
"testsFailed": 0,
"environment": {
"dockerInfoExitCode": 0,
"dockerInfoEvidence": "docs\\qa\\feature-checks\\runs\\cryptography\\crypto-provider-plugin-architecture\\run-016/evidence/docker-info.txt",
"dockerPsExitCode": 0,
"dockerPsEvidence": "docs\\qa\\feature-checks\\runs\\cryptography\\crypto-provider-plugin-architecture\\run-016/evidence/docker-ps.txt"
},
"errors": [
],
"warnings": [
],
"runAtUtc": "2026-02-11T07:58:27.9850880Z"
}

View File

@@ -0,0 +1,43 @@
{
"type": "integration",
"module": "cryptography",
"feature": "crypto-provider-plugin-architecture",
"runId": "run-016",
"capturedAtUtc": "2026-02-11T07:58:27.9896444Z",
"commands": [
{
"description": "Build cryptography behavioral harness",
"command": "dotnet build docs/qa/feature-checks/runs/cryptography/_run-016_capture/evidence/crypto-harness/crypto-harness.csproj -c Release --nologo",
"expectedExitCode": 0,
"actualExitCode": 0,
"commandCapturedAtUtc": "2026-02-11T07:57:10.7721723Z",
"evidence": "docs\\qa\\feature-checks\\runs\\cryptography\\crypto-provider-plugin-architecture\\run-016/evidence/tier2-harness-build-output.txt",
"result": "pass"
},
{
"description": "Run harness scenario \u0027crypto-provider-plugin-architecture\u0027 for strict Tier 2 user-surface verification",
"command": "dotnet docs/qa/feature-checks/runs/cryptography/_run-016_capture/evidence/crypto-harness/bin/Release/net10.0/crypto-harness.dll crypto-provider-plugin-architecture",
"expectedExitCode": 0,
"actualExitCode": 0,
"commandCapturedAtUtc": "2026-02-11T07:57:11.3370841Z",
"evidence": "docs\\qa\\feature-checks\\runs\\cryptography\\crypto-provider-plugin-architecture\\run-016/evidence/tier2-harness-run-output.txt",
"result": "pass"
}
],
"behaviorVerified": [
"MultiProfileSigner user transaction produced two signatures with fixed deterministic timestamp.",
"Failure path validated by injecting a failing signer and observing propagated exception behavior."
],
"harnessSummary": {
"scenario": "crypto-provider-plugin-architecture",
"signatures": 2,
"signedAt": "2026-02-11T08:30:00+00:00",
"failurePropagated": true,
"utcNow": "2026-02-11T07:57:11.4517985+00:00"
},
"evidence": [
"docs\\qa\\feature-checks\\runs\\cryptography\\crypto-provider-plugin-architecture\\run-016/evidence/tier2-harness-build-output.txt",
"docs\\qa\\feature-checks\\runs\\cryptography\\crypto-provider-plugin-architecture\\run-016/evidence/tier2-harness-run-output.txt"
],
"verdict": "pass"
}