| 5198 | } |
| 5199 | |
| 5200 | static int cbm_remove_owned_hook_script(const char *path, const char *expected_current, |
| 5201 | const char *const *released_scripts, |
| 5202 | size_t released_script_count) { |
| 5203 | return cbm_text_remove_owned_document_any(path, expected_current, released_scripts, |
| 5204 | released_script_count); |
| 5205 | } |
| 5206 | |
| 5207 | /* Install the search-augmenter shim to ~/.claude/hooks/. |
| 5208 | * The shim is a thin wrapper that delegates to `<binary> hook-augment`, |
no test coverage detected