| 3625 | check_only, NULL); |
| 3626 | } |
| 3627 | static int cbm_upsert_codex_hooks_command(const char *config_path, const char *command, |
| 3628 | const char *command_windows) { |
| 3629 | return cbm_reconcile_codex_hooks_command(config_path, command, command_windows, |
| 3630 | CBM_TOML_CODEX_HOOK_UPSERT, false); |
| 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", |
no test coverage detected