| 3414 | } |
| 3415 | |
| 3416 | int cbm_remove_instructions(const char *path) { |
| 3417 | if (!path) { |
| 3418 | return CLI_ERR; |
| 3419 | } |
| 3420 | return cbm_text_remove_managed_block(path, CMM_MARKER_START, CMM_MARKER_END) == 0 ? CLI_OK |
| 3421 | : CLI_ERR; |
| 3422 | } |
| 3423 | |
| 3424 | /* ── Codex MCP config (TOML) ─────────────────────────────────── */ |
| 3425 |
no test coverage detected