| 3304 | } |
| 3305 | |
| 3306 | int cbm_remove_instructions(const char *path) { |
| 3307 | if (!path) { |
| 3308 | return CLI_ERR; |
| 3309 | } |
| 3310 | return cbm_text_remove_managed_block(path, CMM_MARKER_START, CMM_MARKER_END) == 0 ? CLI_OK |
| 3311 | : CLI_ERR; |
| 3312 | } |
| 3313 | |
| 3314 | /* ── Codex MCP config (TOML) ─────────────────────────────────── */ |
| 3315 |
no test coverage detected