CLINE_DATA_DIR redirects only the IDE data state. CLI MCP, rules, and * skills remain in the documented ~/.cline root. */
| 2328 | /* CLINE_DATA_DIR redirects only the IDE data state. CLI MCP, rules, and |
| 2329 | * skills remain in the documented ~/.cline root. */ |
| 2330 | static void cbm_cline_data_dir(const char *home_dir, char *out, size_t out_sz) { |
| 2331 | cbm_env_home_dir("CLINE_DATA_DIR", home_dir, ".cline/data", out, out_sz); |
| 2332 | } |
| 2333 | |
| 2334 | static bool cbm_openclaw_internal_home(const char *home_dir, char *out, size_t out_sz) { |
| 2335 | char env_buf[CLI_BUF_1K]; |
no test coverage detected