This section focuses on real bootstrap and runtime usage after you already understand the core model.
- Compiling a Registry Build immutable registry data from normalized definitions and understand what the compiler validates.
- Resolving Dependencies Assemble the runtime services and perform safe resolution plus instantiation.
- Runtime Context & Scopes Supply environment, scope, and runtime parameters in the exact shape the runtime expects.
- you are wiring the package into application bootstrap code
- you want guidance on resolver errors, lifecycle reuse, and value-provider behavior
- you need the operational rules rather than the conceptual overview