Skip to content

Blueprint Runtime Boundary

Package: vyuh_entity_blueprint

The kernel consumes bootstrapped blueprint types and emits runtime artifacts for DB, API, UI, seed data, and regulated facet action execution.

Blueprint runtime boundaryBootstrapped entities feed DB, API, UI, seed, and runtime execution compilers.Bootstrapped Entitiesassembled facets, projections, actions, rulesDB Compilerschema, indexes, viewsAPI Compilerroutes and envelopesUI Compilerentity-system configSeed Compilerfixtures and demosRuntime Kernelrules, audit, triggers

What To Inspect

ConcernSource
Runtime boundary notesdocs/packages/vyuh_entity_blueprint/blueprint-runtime-boundary.md
DB compilerpackages/vyuh_entity_blueprint/lib/src/compiler/db_compiler.dart
API compilerpackages/vyuh_entity_blueprint/lib/src/compiler/api_compiler.dart
UI compilerpackages/vyuh_entity_blueprint/lib/src/compiler/ui_compiler.dart
Seed compilerpackages/vyuh_entity_blueprint/lib/src/compiler/seed_compiler.dart
Runtime executionpackages/vyuh_entity_blueprint/lib/src/runtime/

Blue is the Vyuh Blueprint documentation surface.