| 3729 | } |
| 3730 | |
| 3731 | int cbm_remove_instructions(const char *path) { |
| 3732 | if (!path) { |
| 3733 | return CLI_ERR; |
| 3734 | } |
| 3735 | return cbm_text_remove_managed_block(path, CMM_MARKER_START, CMM_MARKER_END) == 0 ? CLI_OK |
| 3736 | : CLI_ERR; |
| 3737 | } |
| 3738 | |
| 3739 | /* ── Codex MCP config (TOML) ─────────────────────────────────── */ |
| 3740 |
no test coverage detected