pub fn get_default_config_path(bamboo_dir: &Path) -> PathBufExpand description
Get the default configuration file path.
Returns {bamboo_data_dir}/model_limits.json, given the Bamboo data dir.
The caller supplies the base directory so this crate stays free of any infrastructure/filesystem-config dependency.