| 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", |
| 3640 | "codebase-memory-mcp hook-augment", |
| 3641 | CBM_TOML_CODEX_HOOK_REMOVE, false); |
| 3642 | } |
| 3643 | |
| 3644 | /* ── OpenCode MCP config (JSON with "mcp" key) ───────────────── */ |
| 3645 |
no test coverage detected