| 10519 | } |
| 10520 | |
| 10521 | static void uninstall_agent_skill(const char *label, const char *skills_dir, bool dry_run) { |
| 10522 | int removed = cbm_remove_skills(skills_dir, dry_run); |
| 10523 | printf(" %s skill: %d removed\n", label, removed); |
| 10524 | } |
| 10525 | |
| 10526 | static void uninstall_copilot_durable_context(const char *home, bool dry_run) { |
| 10527 | char config_dir[CLI_BUF_1K]; |
no outgoing calls
no test coverage detected