//! Gateway-section post-parse helpers for the profile loader.
//!
//! Catalog resolution itself lives in
//! [`systemprompt_models::profile::GatewayConfigSpec::resolve`]; this
//! module only owns the in-memory route-id backfill applied to the parsed
//! spec before resolution.
use GatewayConfigSpec;
/// Ids are deterministic, so this in-memory backfill is reapplied identically
/// on every load rather than persisted to disk.