| 3261 | } |
| 3262 | |
| 3263 | int cbm_remove_instructions(const char *path) { |
| 3264 | if (!path) { |
| 3265 | return CLI_ERR; |
| 3266 | } |
| 3267 | return cbm_text_remove_managed_block(path, CMM_MARKER_START, CMM_MARKER_END) == 0 ? CLI_OK |
| 3268 | : CLI_ERR; |
| 3269 | } |
| 3270 | |
| 3271 | /* ── Codex MCP config (TOML) ─────────────────────────────────── */ |
| 3272 |
no test coverage detected