generated from nhcarrigan/template
b8aefef071
Replaces the commented-out Linux-only `which claude` check with a platform-aware binary detection strategy: - Windows path: probes inside WSL via `wsl -e bash -lc "which claude"` - Linux/WSL path: uses find_claude_binary() to search Linux filesystem paths Updates tests to match the correct per-platform detection logic.