| 4355 | } |
| 4356 | |
| 4357 | static int cbm_remove_kimi_context_hook(const char *config_path) { |
| 4358 | return cbm_toml_remove_managed_block(config_path, KIMI_HOOK_BEGIN, KIMI_HOOK_END) == 0 |
| 4359 | ? CLI_OK |
| 4360 | : CLI_ERR; |
| 4361 | } |
| 4362 | |
| 4363 | static int cbm_upsert_gitlab_session_hook(const char *hooks_path, const char *binary_path) { |
| 4364 | char command[CLI_BUF_8K]; |
no test coverage detected