Leave the current workspace (removes project's workspace.json)
--keep-in-workspace<objective> Disconnect the current project from its workspace. Removes `.claude/workspace.json` from the project. By default, also removes the project from workspace.json and project-map.json. Use `--keep-in-workspace` to only remove the local configuration while keeping the project registered in the workspace. </objective> <context> Project workspace config: @.claude/workspace.json </context> <process> 1. **Validate Project Connection**: - Check for `.claude/workspace.json` in current directory - If not found: Error - project not connected to a workspace - Load workspace config...