Function rewrite_bundle_refs
pub fn rewrite_bundle_refs(
cfg: &mut Config,
old: &str,
new: &str,
) -> Vec<String>Expand description
Mutating mirror for rename: rewrite every agent’s skill_bundles entry
naming old to name new. Returns the touched agents.<name> dirty paths.