save checkpoint: save features

This commit is contained in:
master
2026-02-12 10:27:23 +02:00
parent dca86e1248
commit 5bca406787
8837 changed files with 1796879 additions and 5294 deletions

View File

@@ -0,0 +1,55 @@
{
"module": "binaryindex",
"feature": "ml-function-embedding-service",
"runId": "run-001",
"capturedAtUtc": "2026-02-12T05:45:29.6740189Z",
"filesChecked": [
"src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/IEmbeddingService.cs",
"src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/InMemoryEmbeddingIndex.cs",
"src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/MlEmbeddingMatcherAdapter.cs",
"src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/GroundTruthCorpusBuilder.cs",
"src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/ICorpusBuilder.cs",
"src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/FunctionEmbedding.cs",
"src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/FunctionAnalysisBuilder.cs"
],
"found": [
"src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/IEmbeddingService.cs",
"src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/InMemoryEmbeddingIndex.cs",
"src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/MlEmbeddingMatcherAdapter.cs",
"src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/GroundTruthCorpusBuilder.cs",
"src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/ICorpusBuilder.cs",
"src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/FunctionAnalysisBuilder.cs"
],
"missing": [
"src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/FunctionEmbedding.cs"
],
"declarations": [
{
"symbol": "IEmbeddingService",
"declarationFound": true,
"file": "src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/IEmbeddingService.cs"
},
{
"symbol": "InMemoryEmbeddingIndex",
"declarationFound": true,
"file": "src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/InMemoryEmbeddingIndex.cs"
},
{
"symbol": "MlEmbeddingMatcherAdapter",
"declarationFound": true,
"file": "src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/MlEmbeddingMatcherAdapter.cs"
},
{
"symbol": "GroundTruthCorpusBuilder",
"declarationFound": true,
"file": "src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/GroundTruthCorpusBuilder.cs"
},
{
"symbol": "FunctionAnalysisBuilder",
"declarationFound": true,
"file": "src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/FunctionAnalysisBuilder.cs"
}
],
"verdict": "partial"
}

View File

@@ -0,0 +1,21 @@
[
{
"target": "ml",
"project": "src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csproj",
"log": "tier1-build-ml.log",
"exitCode": 0
},
{
"target": "ensemble",
"project": "src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/StellaOps.BinaryIndex.Ensemble.csproj",
"log": "tier1-build-ensemble.log",
"exitCode": 0
},
{
"target": "ensemble-tests",
"project": "src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Ensemble.Tests/StellaOps.BinaryIndex.Ensemble.Tests.csproj",
"log": "tier1-build-ensemble-tests.log",
"exitCode": 0
}
]

View File

@@ -0,0 +1,8 @@
{
"target": "ensemble-tests",
"project": "src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Ensemble.Tests/StellaOps.BinaryIndex.Ensemble.Tests.csproj",
"log": "tier1-test-ensemble.log",
"exitCode": 0,
"summary": "Passed! - Failed: 0, Passed: 37, Skipped: 0, Total: 37, Duration: 368ms - StellaOps.BinaryIndex.Ensemble.Tests.dll (net10.0|x64)"
}

View File

@@ -0,0 +1,9 @@
{
"check": "embedding-only",
"project": "src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Ensemble.Tests/StellaOps.BinaryIndex.Ensemble.Tests.csproj",
"filter": "FullyQualifiedName~Pipeline_WithEmbeddingOnly_ComputesEmbeddingSignal",
"log": "tier2-test-embedding-only.log",
"exitCode": 0,
"summary": "Passed! - Failed: 0, Passed: 37, Skipped: 0, Total: 37, Duration: 387ms - StellaOps.BinaryIndex.Ensemble.Tests.dll (net10.0|x64)"
}