Description
The workspace directory path has an unnecessary nested structure:
C:\Users\Administrator\.openclaw\.openclaw\workspace\.openclaw\workspace-state.json
This creates a redundant .openclaw folder inside the workspace directory.
Current structure
.openclaw/ └── .openclaw/ └── workspace/ └── .openclaw/ └── workspace-state.json
Expected structure
.openclaw/ └── workspace/ └── workspace-state.json
Why this matters
- Confusing path - Hard to read and navigate
- Error-prone - Easy to accidentally operate on wrong directory when scripting
- Backup/sync issues - Nested structures can cause confusion during migration
- Maintenance burden - Unnecessarily complex for users and developers
Suggestion
Simplify the workspace path to avoid the redundant .openclaw subfolder inside workspace.
Environment: Windows_NT
Description
The workspace directory path has an unnecessary nested structure:
C:\Users\Administrator\.openclaw\.openclaw\workspace\.openclaw\workspace-state.jsonThis creates a redundant .openclaw folder inside the workspace directory.
Current structure
.openclaw/ └── .openclaw/ └── workspace/ └── .openclaw/ └── workspace-state.jsonExpected structure
.openclaw/ └── workspace/ └── workspace-state.jsonWhy this matters
Suggestion
Simplify the workspace path to avoid the redundant .openclaw subfolder inside workspace.
Environment: Windows_NT