| 4978 | } |
| 4979 | |
| 4980 | static int cbm_remove_owned_hook_script(const char *path, const char *expected_current, |
| 4981 | const char *const *released_scripts, |
| 4982 | size_t released_script_count) { |
| 4983 | return cbm_text_remove_owned_document_any(path, expected_current, released_scripts, |
| 4984 | released_script_count); |
| 4985 | } |
| 4986 | |
| 4987 | /* Install the search-augmenter shim to ~/.claude/hooks/. |
| 4988 | * The shim is a thin wrapper that delegates to `<binary> hook-augment`, |
no test coverage detected