| 7797 | bool dry_run, bool uninstalling); |
| 7798 | |
| 7799 | static void reconcile_cline_context_hooks(const char *cline_root, const char *binary_path, |
| 7800 | bool dry_run) { |
| 7801 | if (g_install_plan) { |
| 7802 | return; |
| 7803 | } |
| 7804 | if (!dry_run) { |
| 7805 | (void)remove_cline_context_hooks(cline_root, binary_path, false, false); |
| 7806 | } |
| 7807 | printf(" hooks: withheld (file hooks auto-enable and do not reliably inject context)\n"); |
| 7808 | } |
| 7809 | |
| 7810 | static void install_agent_skill(const char *label, const char *skills_dir, bool force, |
| 7811 | bool dry_run) { |
no test coverage detected