MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / uninstall_managed_agent_instructions

Function uninstall_managed_agent_instructions

src/cli/cli.c:10036–10042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10034}
10035
10036static void uninstall_managed_agent_instructions(const char *label, const char *instructions_path,
10037 bool dry_run) {
10038 if (!dry_run && cbm_remove_managed_instructions(instructions_path) != CLI_OK) {
10039 record_agent_config_error(true, label, "instructions_uninstall", instructions_path);
10040 }
10041 printf(" instructions: removed managed context\n");
10042}
10043
10044static bool remove_cline_context_hooks(const char *cline_root, const char *binary_path,
10045 bool dry_run, bool uninstalling) {

Calls 1

Tested by

no test coverage detected