Expand description
Configuration capture for CLI startup.
This submodule converts the persisted storage configuration into the
runtime command context. It does not start any process services; that work
belongs in super::process. The split keeps startup easy to reason about:
config loading answers “what should this process do?” while process
initialization answers “what global state does it need to do it?”.
Functions§
- build_
context 🔒 - Build the command context that will be used for the rest of the process.
- load 🔒
- Load the current persisted configuration snapshot used by CLI startup.