save checkpoint: save features
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
|
||||
@@ -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)"
|
||||
}
|
||||
|
||||
@@ -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)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user