| 3510 | } |
| 3511 | |
| 3512 | int cbm_remove_codex_hooks(const char *config_path) { |
| 3513 | return cbm_reconcile_codex_hooks_command(config_path, "codebase-memory-mcp hook-augment", |
| 3514 | "codebase-memory-mcp hook-augment", |
| 3515 | CBM_TOML_CODEX_HOOK_REMOVE, false); |
| 3516 | } |
| 3517 | |
| 3518 | /* ── OpenCode MCP config (JSON with "mcp" key) ───────────────── */ |
| 3519 |
no test coverage detected