(install_dir: &Path)
| 345 | } |
| 346 | |
| 347 | fn remove_cursor_managed_skill_overlay(install_dir: &Path) { |
| 348 | std::fs::remove_dir_all(install_dir.join("skills/agent-managed")).ok(); |
| 349 | } |
| 350 | |
| 351 | /// Remove every `skills/<dir>` under the tracedecay plugin dir that the current |
| 352 | /// bundle does not ship. The keep-set is derived from the live embedded bundle, |
no outgoing calls
no test coverage detected