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:1556–1564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1554}
1555
1556bool cbm_remove_old_monolithic_skill(const char *skills_dir, bool dry_run) {
1557 if (!skills_dir) {
1558 return false;
1559 }
1560
1561 char old_path[CLI_BUF_1K];
1562 snprintf(old_path, sizeof(old_path), "%s/codebase-memory-mcp", skills_dir);
1563 return cbm_remove_empty_directory(old_path, dry_run);
1564}
1565
1566/* ── JSON config helpers (using yyjson) ───────────────────────── */
1567

Callers 2

test_cli.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected