pub async fn resolve_runtime_dirs_for_onboarding() -> Result<(PathBuf, PathBuf), Error>Expand description
Resolve the current runtime config/data directories for onboarding flows.
This mirrors the same precedence used by Config::load_or_init():
ZEROCLAW_CONFIG_DIR > ZEROCLAW_DATA_DIR > ZEROCLAW_WORKSPACE
(deprecated) > defaults.