Public path used by config-level regression tests and manual callers. */
| 3484 | } |
| 3485 | /* Public path used by config-level regression tests and manual callers. */ |
| 3486 | int cbm_upsert_codex_hooks(const char *config_path) { |
| 3487 | return cbm_upsert_codex_hooks_command(config_path, "codebase-memory-mcp hook-augment", |
| 3488 | "codebase-memory-mcp hook-augment"); |
| 3489 | } |
| 3490 | |
| 3491 | int cbm_remove_codex_hooks(const char *config_path) { |
| 3492 | return cbm_reconcile_codex_hooks_command(config_path, "codebase-memory-mcp hook-augment", |
no test coverage detected