fix(config): preserve raw snapshots after materialization · openclaw/openclaw@9435116
vincentkoc
·
2026-06-19
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -397,7 +397,6 @@ That stages grounded durable candidates into the short-term dreaming store while
|
397 | 397 | - **State dir permissions**: verifies writability; offers to repair permissions (and emits a `chown` hint when owner/group mismatch is detected). |
398 | 398 | - **macOS cloud-synced state dir**: warns when state resolves under iCloud Drive (`~/Library/Mobile Documents/com~apple~CloudDocs/...`) or `~/Library/CloudStorage/...` because sync-backed paths can cause slower I/O and lock/sync races. |
399 | 399 | - **Linux SD or eMMC state dir**: warns when state resolves to an `mmcblk*` mount source, because SD or eMMC-backed random I/O can be slower and wear faster under session and credential writes. |
400 | | -- **Linux volatile state dir**: warns when state resolves to `tmpfs` or `ramfs`, because sessions, credentials, config, and SQLite state with its WAL/journal sidecars will disappear on reboot. Docker `overlay` mounts are intentionally not flagged because their writable layers persist across host reboots while the container remains. |
401 | 400 | - **Session dirs missing**: `sessions/` and the session store directory are required to persist history and avoid `ENOENT` crashes. |
402 | 401 | - **Transcript mismatch**: warns when recent session entries have missing transcript files. |
403 | 402 | - **Main session "1-line JSONL"**: flags when the main transcript has only one line (history is not accumulating). |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。