Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 820 Bytes

File metadata and controls

18 lines (13 loc) · 820 Bytes

Usage Guide

This section focuses on real bootstrap and runtime usage after you already understand the core model.

In This Section

  • 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.

Use This Section When

  • 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