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

Function reconcile_cline_context_hooks

src/cli/cli.c:7799–7808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7797 bool dry_run, bool uninstalling);
7798
7799static void reconcile_cline_context_hooks(const char *cline_root, const char *binary_path,
7800 bool dry_run) {
7801 if (g_install_plan) {
7802 return;
7803 }
7804 if (!dry_run) {
7805 (void)remove_cline_context_hooks(cline_root, binary_path, false, false);
7806 }
7807 printf(" hooks: withheld (file hooks auto-enable and do not reliably inject context)\n");
7808}
7809
7810static void install_agent_skill(const char *label, const char *skills_dir, bool force,
7811 bool dry_run) {

Callers 1

Calls 1

Tested by

no test coverage detected