| 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", |
| 3493 | "codebase-memory-mcp hook-augment", |
| 3494 | CBM_TOML_CODEX_HOOK_REMOVE, false); |
| 3495 | } |
| 3496 | |
| 3497 | /* ── OpenCode MCP config (JSON with "mcp" key) ───────────────── */ |
| 3498 |
no test coverage detected