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

Function uninstall_amp_durable_context

src/cli/cli.c:10745–10752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10743}
10744
10745static void uninstall_amp_durable_context(const char *home, bool dry_run) {
10746 char instructions_path[CLI_BUF_1K];
10747 char skills_dir[CLI_BUF_1K];
10748 snprintf(instructions_path, sizeof(instructions_path), "%s/.config/amp/AGENTS.md", home);
10749 snprintf(skills_dir, sizeof(skills_dir), "%s/.config/agents/skills", home);
10750 uninstall_managed_agent_instructions("Amp", instructions_path, dry_run);
10751 uninstall_agent_skill("Amp", skills_dir, dry_run);
10752}
10753
10754static void uninstall_codebuddy_durable_context(const char *home, bool dry_run) {
10755 char instructions_path[CLI_BUF_1K];

Callers 1

Calls 2

uninstall_agent_skillFunction · 0.85

Tested by

no test coverage detected