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

Function cbm_remove_old_monolithic_skill

src/cli/cli.c:1506–1514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1504}
1505
1506bool cbm_remove_old_monolithic_skill(const char *skills_dir, bool dry_run) {
1507 if (!skills_dir) {
1508 return false;
1509 }
1510
1511 char old_path[CLI_BUF_1K];
1512 snprintf(old_path, sizeof(old_path), "%s/codebase-memory-mcp", skills_dir);
1513 return cbm_remove_empty_directory(old_path, dry_run);
1514}
1515
1516/* ── JSON config helpers (using yyjson) ───────────────────────── */
1517

Callers 2

test_cli.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected