Appearance
Runtime Execution Core Verified Anchors
VerifiedReference
How to read this page
This page lists only the source files that were explicitly verified and then used to write the dense runtime execution core chapter.
Use it together with:
Verified file set
Application and Runtime entry points
NGB.Application.Abstractions/Services/IDocumentService.csNGB.Runtime/Documents/DocumentService.csNGB.Runtime/Documents/Derivations/IDocumentDerivationService.csNGB.Runtime/Reporting/ReportEngine.csNGB.Runtime/Reporting/ReportExecutionPlanner.csNGB.Runtime/Reporting/ReportSheetBuilder.csNGB.Runtime/NGB.Runtime.csproj
Persistence boundaries for documents
NGB.Persistence/Documents/IDocumentRepository.csNGB.Persistence/Documents/Universal/IDocumentReader.csNGB.Persistence/Documents/Universal/IDocumentWriter.csNGB.Persistence/Documents/Universal/IDocumentPartsReader.csNGB.Persistence/Documents/Universal/IDocumentPartsWriter.cs
PostgreSQL reporting execution
NGB.PostgreSql/Reporting/IPostgresReportDatasetSource.csNGB.PostgreSql/Reporting/PostgresReportDatasetCatalog.csNGB.PostgreSql/Reporting/PostgresReportSqlBuilder.csNGB.PostgreSql/Reporting/PostgresReportDatasetExecutor.csNGB.PostgreSql/NGB.PostgreSql.csproj
Vertical host composition
NGB.PropertyManagement.Api/Program.cs
What these anchors are enough to prove
These files are sufficient to document, at a verified level:
- the public application surface for document operations;
- the orchestration role of
DocumentServicein draft CRUD, derivation, relationship graph loading, and effects retrieval; - the boundary between runtime orchestration and persistence abstractions for documents;
- the boundary between runtime reporting orchestration and PostgreSQL reporting execution;
- the fact that a vertical API host composes Runtime and PostgreSQL together rather than embedding those responsibilities inside the host itself.
What remains outside the current verified set
This page does not claim direct file verification for every posting service, every relationship-graph reader implementation, or every DI registration helper.
Where the chapter discusses broader execution-core architecture beyond the files above, that material is labeled as:
- Inferred, when it is a grounded architectural synthesis from the verified files; or
- Template, when it is guidance for extension work rather than a claim about already verified implementation paths.
Continue with
After this page, read: