WSL2: Rules and workflows not recognized/functional at workspace level

Current Behavior: When clicking +workspace under the Rules tab and creating a new file (e.g., aaa), the file is successfully created on the disk. However, the editor fails to open it, displaying the error: “Unable to open the editor because the file could not be found.”

Root Cause: Based on the logs, the editor is attempting to access the file using Windows-style backslashes: \home\xx\projectSpace\xx\.agent\rules\aaa.md

In the WSL2 (Linux) environment, the path should use forward slashes: /home/xx/projectSpace/xx/.agent/rules/aaa.md

I also have this issue , globals work and workispace levles with WWSL do not

I’m having this exact same issue. Only global rules work.