From 3db1dd99b52beca53dfb7c112481d9164b5a90b7 Mon Sep 17 00:00:00 2001 From: Anto01 Date: Tue, 14 Apr 2026 10:41:49 -0400 Subject: [PATCH] fix: OpenClaw importer default path = /home/papa/clawd The .openclaw/workspace-* dirs were empty templates. Antoine's real OpenClaw workspace is /home/papa/clawd with SOUL.md, USER.md, MEMORY.md, MODEL-ROUTING.md, IDENTITY.md, PROJECT_STATE.md and rich continuity subdirs (decisions/, lessons/, knowledge/, commitments/, preferences/, goals/, projects/, handoffs/, memory/). First real import: 10 candidates produced from 11 files scanned. MEMORY.md (36K chars) skipped as duplicate content; needs smarter section-level splitting in a follow-up. Co-Authored-By: Claude Opus 4.6 (1M context) --- scripts/import_openclaw_state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/import_openclaw_state.py b/scripts/import_openclaw_state.py index 34fcdb1..fbe3a5f 100644 --- a/scripts/import_openclaw_state.py +++ b/scripts/import_openclaw_state.py @@ -42,7 +42,7 @@ from pathlib import Path DEFAULT_BASE_URL = os.environ.get("ATOCORE_BASE_URL", "http://localhost:8100") DEFAULT_OPENCLAW_HOST = os.environ.get("ATOCORE_OPENCLAW_HOST", "papa@192.168.86.39") -DEFAULT_OPENCLAW_PATH = os.environ.get("ATOCORE_OPENCLAW_PATH", "/home/papa/openclaw-workspace") +DEFAULT_OPENCLAW_PATH = os.environ.get("ATOCORE_OPENCLAW_PATH", "/home/papa/clawd") # Files to pull and how to classify them DURABLE_FILES = [