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

Function install_bob_durable_context

src/cli/cli.c:8339–8348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8337}
8338
8339static void install_bob_durable_context(const char *home, bool ide, bool force, bool dry_run) {
8340 char rules_path[CLI_BUF_1K];
8341 snprintf(rules_path, sizeof(rules_path), "%s/.bob/rules/codebase-memory.md", home);
8342 install_managed_agent_instructions(ide ? "IBM Bob IDE" : "IBM Bob Shell", rules_path, dry_run);
8343 if (ide) {
8344 char skills_dir[CLI_BUF_1K];
8345 snprintf(skills_dir, sizeof(skills_dir), "%s/.bob/skills", home);
8346 install_agent_skill("IBM Bob IDE", skills_dir, force, dry_run);
8347 }
8348}
8349
8350static void install_pochi_durable_context(const char *home, bool force, bool dry_run) {
8351 char instructions_path[CLI_BUF_1K];

Callers 1

Calls 2

install_agent_skillFunction · 0.85

Tested by

no test coverage detected