Public path used by config-level regression tests and manual callers. */
| 3421 | |
| 3422 | /* Public path used by config-level regression tests and manual callers. */ |
| 3423 | int cbm_upsert_codex_hooks(const char *config_path) { |
| 3424 | return cbm_upsert_codex_hooks_command(config_path, "codebase-memory-mcp hook-augment", |
| 3425 | "codebase-memory-mcp hook-augment"); |
| 3426 | } |
| 3427 | |
| 3428 | int cbm_remove_codex_hooks(const char *config_path) { |
| 3429 | return config_path && |
no test coverage detected