CLINE_DATA_DIR redirects only the IDE data state. CLI MCP, rules, and * skills remain in the documented ~/.cline root. */
| 2459 | /* CLINE_DATA_DIR redirects only the IDE data state. CLI MCP, rules, and |
| 2460 | * skills remain in the documented ~/.cline root. */ |
| 2461 | static void cbm_cline_data_dir(const char *home_dir, char *out, size_t out_sz) { |
| 2462 | cbm_env_home_dir("CLINE_DATA_DIR", home_dir, ".cline/data", out, out_sz); |
| 2463 | } |
| 2464 | |
| 2465 | static bool cbm_openclaw_internal_home(const char *home_dir, char *out, size_t out_sz) { |
| 2466 | char env_buf[CLI_BUF_1K]; |
no test coverage detected