wip: doctor/cli/docs/api to vector db consolidation; api hardening for descriptions, tenant, and scopes; migrations and conversions of all DALs to EF v10

This commit is contained in:
master
2026-02-23 15:30:50 +02:00
parent bd8fee6ed8
commit e746577380
1424 changed files with 81225 additions and 25251 deletions

View File

@@ -10,7 +10,7 @@ BinaryIndex is a collection of libraries and services for binary analysis:
- **BinaryIndex.Core** - Binary identity models, resolution logic, feature extractors
- **BinaryIndex.Contracts** - API contracts and DTOs
- **BinaryIndex.Cache** - Caching layer for binary analysis results
- **BinaryIndex.Persistence** - PostgreSQL storage for signatures and identities
- **BinaryIndex.Persistence** - PostgreSQL storage for signatures and identities (EF Core v10 + compiled models)
### Delta Signature Stack (Backport Detection)
- **BinaryIndex.Disassembly.Abstractions** - Plugin interfaces for disassembly