sprints work.

This commit is contained in:
master
2026-01-20 00:45:38 +02:00
parent b34bde89fa
commit 4903395618
275 changed files with 52785 additions and 79 deletions

View File

@@ -28,6 +28,7 @@ using StellaOps.Scanner.Analyzers.Native;
using StellaOps.Doctor.DependencyInjection;
using StellaOps.Doctor.Plugins.Core.DependencyInjection;
using StellaOps.Doctor.Plugins.Database.DependencyInjection;
using StellaOps.Doctor.Plugin.BinaryAnalysis.DependencyInjection;
#if DEBUG || STELLAOPS_ENABLE_SIMULATOR
using StellaOps.Cryptography.Plugin.SimRemote.DependencyInjection;
#endif
@@ -196,6 +197,7 @@ internal static class Program
services.AddDoctorEngine();
services.AddDoctorCorePlugin();
services.AddDoctorDatabasePlugin();
services.AddDoctorBinaryAnalysisPlugin(); // Binary analysis & symbol recovery checks
// CLI-FORENSICS-53-001: Forensic snapshot client
services.AddHttpClient<IForensicSnapshotClient, ForensicSnapshotClient>(client =>

View File

@@ -120,6 +120,7 @@
<ProjectReference Include="../../__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj" />
<ProjectReference Include="../../__Libraries/StellaOps.Doctor.Plugins.Core/StellaOps.Doctor.Plugins.Core.csproj" />
<ProjectReference Include="../../__Libraries/StellaOps.Doctor.Plugins.Database/StellaOps.Doctor.Plugins.Database.csproj" />
<ProjectReference Include="../Doctor/__Plugins/StellaOps.Doctor.Plugin.BinaryAnalysis/StellaOps.Doctor.Plugin.BinaryAnalysis.csproj" />
<!-- Delta Scanning Engine (Sprint: SPRINT_20260118_026_Scanner_delta_scanning_engine) -->
<ProjectReference Include="../../Scanner/__Libraries/StellaOps.Scanner.Delta/StellaOps.Scanner.Delta.csproj" />
</ItemGroup>