You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(workspace): store workspace-state.json in workspace root, not .openclaw/ subdir
Moves workspace-state.json from <workspace>/.openclaw/workspace-state.json
to <workspace>/workspace-state.json. This removes the requirement to create
a dot-prefixed subdirectory inside the workspace, which fails on filesystems
that reserve dot-prefixed paths (e.g., TigerFS FUSE mounts).
Read falls back to the legacy .openclaw/ path for existing workspaces.
Write always uses the new root path.
Closes#44783
0 commit comments