| 3283 | } |
| 3284 | |
| 3285 | int cbm_remove_instructions(const char *path) { |
| 3286 | if (!path) { |
| 3287 | return CLI_ERR; |
| 3288 | } |
| 3289 | return cbm_text_remove_managed_block(path, CMM_MARKER_START, CMM_MARKER_END) == 0 ? CLI_OK |
| 3290 | : CLI_ERR; |
| 3291 | } |
| 3292 | |
| 3293 | /* ── Codex MCP config (TOML) ─────────────────────────────────── */ |
| 3294 |
no test coverage detected