Public path used by config-level regression tests and manual callers. */
| 3631 | } |
| 3632 | /* Public path used by config-level regression tests and manual callers. */ |
| 3633 | int cbm_upsert_codex_hooks(const char *config_path) { |
| 3634 | return cbm_upsert_codex_hooks_command(config_path, "codebase-memory-mcp hook-augment", |
| 3635 | "codebase-memory-mcp hook-augment"); |
| 3636 | } |
| 3637 | |
| 3638 | int cbm_remove_codex_hooks(const char *config_path) { |
| 3639 | return cbm_reconcile_codex_hooks_command(config_path, "codebase-memory-mcp hook-augment", |
no test coverage detected