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

Function install_amp_durable_context

src/cli/cli.c:8056–8063  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8054}
8055
8056static void install_amp_durable_context(const char *home, bool force, bool dry_run) {
8057 char instructions_path[CLI_BUF_1K];
8058 char skills_dir[CLI_BUF_1K];
8059 snprintf(instructions_path, sizeof(instructions_path), "%s/.config/amp/AGENTS.md", home);
8060 snprintf(skills_dir, sizeof(skills_dir), "%s/.config/agents/skills", home);
8061 install_managed_agent_instructions("Amp", instructions_path, dry_run);
8062 install_agent_skill("Amp", skills_dir, force, dry_run);
8063}
8064
8065static void install_codebuddy_durable_context(const char *home, bool force, bool dry_run) {
8066 char instructions_path[CLI_BUF_1K];

Callers 1

Calls 2

install_agent_skillFunction · 0.85

Tested by

no test coverage detected