pub fn state_from_runtime(
workspace_dir: &Path,
config: &Config,
runtime: &RuntimeHandles,
) -> (AppState, Vec<SkippedEntry>)Expand description
Build an AppState using a loaded Config plus the gateway’s live
RuntimeHandles. This is the full-registry entry point used by the
in-process daemon boot.