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

Function uninstall_agent_skill

src/cli/cli.c:9850–9853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9848}
9849
9850static void uninstall_agent_skill(const char *label, const char *skills_dir, bool dry_run) {
9851 int removed = cbm_remove_skills(skills_dir, dry_run);
9852 printf(" %s skill: %d removed\n", label, removed);
9853}
9854
9855static void uninstall_copilot_durable_context(const char *home, bool dry_run) {
9856 char config_dir[CLI_BUF_1K];

Calls

no outgoing calls

Tested by

no test coverage detected