pub async fn init_models_dev()Expand description
Initialize the models.dev catalog.
Fetches (or reads from cache) the catalog and stores it for later
enrichment. Safe to call multiple times — subsequent calls are no-ops.
Called once at bootstrap (crate consumers wire it in the CLI).