Module process

Module process 

Source
Expand description

Process-global service initialization for CLI startup.

This submodule owns the side effects that must happen before any command is dispatched: tracing setup, database initialization, and runtime cleanup. Keeping these steps here makes the startup contract explicit and prevents them from being mixed into config loading or command dispatch.

The order is deliberate:

Functionsยง

init ๐Ÿ”’
Initialize the global services required for a fully hydrated CLI process.