The Path Has To Exist: Fixing Claude's CI Panel for Remote Dev Sessions
Claude’s desktop CI/PR panel kept showing ‘CI checks unavailable’ for my remote dev sessions. The reason was dumber than it looked: it shells out to local gh in the session’s working directory — a Linux path that doesn’t exist on my Mac. Here’s how I fixed the premise instead of the app, by mirroring the remote repo at its real path with a read-only FUSE-T sshfs mount, plus the three FUSE gotchas that cost me an afternoon.