CLINE_DATA_DIR redirects only the IDE data state. CLI MCP, rules, and * skills remain in the documented ~/.cline root. */
| 2278 | /* CLINE_DATA_DIR redirects only the IDE data state. CLI MCP, rules, and |
| 2279 | * skills remain in the documented ~/.cline root. */ |
| 2280 | static void cbm_cline_data_dir(const char *home_dir, char *out, size_t out_sz) { |
| 2281 | cbm_env_home_dir("CLINE_DATA_DIR", home_dir, ".cline/data", out, out_sz); |
| 2282 | } |
| 2283 | |
| 2284 | static bool cbm_openclaw_internal_home(const char *home_dir, char *out, size_t out_sz) { |
| 2285 | char env_buf[CLI_BUF_1K]; |
no test coverage detected