Skip to content

Workspace directory has unnecessarily nested path structure #44783

Description

@tiantain-ux

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

  1. Confusing path - Hard to read and navigate
  2. Error-prone - Easy to accidentally operate on wrong directory when scripting
  3. Backup/sync issues - Nested structures can cause confusion during migration
  4. Maintenance burden - Unnecessarily complex for users and developers

Suggestion

Simplify the workspace path to avoid the redundant .openclaw subfolder inside workspace.


Environment: Windows_NT

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions