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

@@ -820,12 +820,12 @@ stella exception status <request-id>
| Component | Source File |
|-----------|-------------|
| Entities | `src/Policy/__Libraries/StellaOps.Policy.Storage.Postgres/Models/ExceptionApprovalEntity.cs` |
| Repository | `src/Policy/__Libraries/StellaOps.Policy.Storage.Postgres/Repositories/ExceptionApprovalRepository.cs` |
| Entities | `src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Models/ExceptionApprovalEntity.cs` |
| Repository | `src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/ExceptionApprovalRepository.cs` |
| Rules Service | `src/Policy/StellaOps.Policy.Engine/Services/ExceptionApprovalRulesService.cs` |
| API Endpoints | `src/Policy/StellaOps.Policy.Gateway/Endpoints/ExceptionApprovalEndpoints.cs` |
| CLI Commands | `src/Cli/StellaOps.Cli/Commands/ExceptionCommandGroup.cs` |
| Migration | `src/Policy/__Libraries/StellaOps.Policy.Storage.Postgres/Migrations/013_exception_approval.sql` |
| Migration | `src/Policy/__Libraries/StellaOps.Policy.Persistence/Migrations/013_exception_approval.sql` |
**Related Documentation:**
- [CI/CD Gate Integration](#62--cicd-release-gate-api)