Public path used by config-level regression tests and manual callers. */
| 3427 | |
| 3428 | /* Public path used by config-level regression tests and manual callers. */ |
| 3429 | int cbm_upsert_codex_hooks(const char *config_path) { |
| 3430 | return cbm_upsert_codex_hooks_command(config_path, "codebase-memory-mcp hook-augment", |
| 3431 | "codebase-memory-mcp hook-augment"); |
| 3432 | } |
| 3433 | |
| 3434 | int cbm_remove_codex_hooks(const char *config_path) { |
| 3435 | return config_path && |
no test coverage detected