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,8 @@
capturedAtUtc: 2026-02-11T02:03:04Z
module: plugin
feature: plugin-discovery
expectedSurface: api
reason: Previous checked status relied on integration-harness Tier 2 evidence or missing state entry.
previousTier2: C:\dev\New folder\git.stella-ops.org\docs\qa\feature-checks\runs\plugin\plugin-discovery\run-014\tier2-integration-check.json
previousTier2Type: integration
verdict: fail (test_gap)

View File

@@ -0,0 +1,18 @@
{
"filesChecked": [
"src/Plugin/StellaOps.Plugin.Host/Discovery/CompositePluginDiscovery.cs",
"src/Plugin/StellaOps.Plugin.Host/Discovery/FileSystemPluginDiscovery.cs",
"src/Plugin/StellaOps.Plugin.Host/Discovery/EmbeddedPluginDiscovery.cs",
"src/Plugin/StellaOps.Plugin.Host/Discovery/IPluginDiscovery.cs"
],
"found": [
"src/Plugin/StellaOps.Plugin.Host/Discovery/CompositePluginDiscovery.cs",
"src/Plugin/StellaOps.Plugin.Host/Discovery/FileSystemPluginDiscovery.cs",
"src/Plugin/StellaOps.Plugin.Host/Discovery/EmbeddedPluginDiscovery.cs",
"src/Plugin/StellaOps.Plugin.Host/Discovery/IPluginDiscovery.cs"
],
"missing": [
],
"verdict": "pass"
}

View File

@@ -0,0 +1,24 @@
{
"project": "src/Plugin/__Tests/StellaOps.Plugin.Host.Tests/StellaOps.Plugin.Host.Tests.csproj",
"buildResult": "pass",
"testResult": "pass",
"command": "dotnet test src/Plugin/__Tests/StellaOps.Plugin.Abstractions.Tests/StellaOps.Plugin.Abstractions.Tests.csproj -c Release --nologo; dotnet test src/Plugin/__Tests/StellaOps.Plugin.Host.Tests/StellaOps.Plugin.Host.Tests.csproj -c Release --nologo; dotnet test src/Plugin/__Tests/StellaOps.Plugin.Registry.Tests/StellaOps.Plugin.Registry.Tests.csproj -c Release --nologo; dotnet test src/Plugin/__Tests/StellaOps.Plugin.Sandbox.Tests/StellaOps.Plugin.Sandbox.Tests.csproj -c Release --nologo; dotnet test src/Plugin/__Tests/StellaOps.Plugin.Sdk.Tests/StellaOps.Plugin.Sdk.Tests.csproj -c Release --nologo; dotnet test src/Plugin/Samples/StellaOps.Plugin.Samples.HelloWorld.Tests/StellaOps.Plugin.Samples.HelloWorld.Tests.csproj -c Release --nologo",
"testProjects": [
"src/Plugin/__Tests/StellaOps.Plugin.Abstractions.Tests/StellaOps.Plugin.Abstractions.Tests.csproj",
"src/Plugin/__Tests/StellaOps.Plugin.Host.Tests/StellaOps.Plugin.Host.Tests.csproj",
"src/Plugin/__Tests/StellaOps.Plugin.Registry.Tests/StellaOps.Plugin.Registry.Tests.csproj",
"src/Plugin/__Tests/StellaOps.Plugin.Sandbox.Tests/StellaOps.Plugin.Sandbox.Tests.csproj",
"src/Plugin/__Tests/StellaOps.Plugin.Sdk.Tests/StellaOps.Plugin.Sdk.Tests.csproj",
"src/Plugin/Samples/StellaOps.Plugin.Samples.HelloWorld.Tests/StellaOps.Plugin.Samples.HelloWorld.Tests.csproj"
],
"testsRun": 314,
"testsPassed": 314,
"testsFailed": 0,
"errors": [
],
"warnings": [
"MTP0001 warnings observed: VSTest filter properties ignored by Microsoft.Testing.Platform in some project runs."
],
"runAtUtc": "2026-02-11T00:31:15.9801094Z"
}

View File

@@ -0,0 +1,11 @@
{
"type": "api",
"module": "plugin",
"feature": "plugin-discovery",
"runId": "run-015",
"capturedAtUtc": "2026-02-11T02:03:04Z",
"category": "test_gap",
"reason": "Strict FLOW Tier 2 requires fresh end-user API/CLI/UI transactions. Existing evidence is integration-harness only or missing in module state.",
"evidence": "docs/qa/feature-checks/runs/plugin/plugin-discovery/run-015/evidence/strict-tier2-audit.txt",
"verdict": "fail"
}