Under the hood
The walk up to home for .claude directories now stats candidates in parallel instead of one at a time.
getProjectDirsUpToHome, which walks up from the current directory to home collecting .claude subdirectories, now collects all candidate paths first and stats them concurrently via Promise.all, keeping only the ones that exist, instead of stating each one sequentially during the walk.