From 01c57a9e04144dba1fd1bf745837332d8449b263 Mon Sep 17 00:00:00 2001 From: nightcityblade Date: Sun, 15 Mar 2026 04:14:03 +0800 Subject: [PATCH] fix: validate workspace path is a directory before cursor install (#3440) Add an is_dir() check after the existence check in install_cursor_workspace() to provide a clear error message when a file path is passed instead of a directory. Fixes #3426 Co-authored-by: nightcityblade Co-authored-by: Jeremiah Lowin <153965+jlowin@users.noreply.github.com>