Problem
The Stop hook fails on macOS (Fish shell environment):
Plugin hook "".../hooks/run-hook.cmd" claude-judge-continuation.sh" failed to start:
The operation was aborted. Check that the command exists and is executable.
Cause
run-hook.cmd lacks a shebang line. In a Fish shell environment, when Claude Code executes the file directly, there's no interpreter hint for the OS.
Fix
Add #!/bin/bash as the first line of hooks/run-hook.cmd.
Environment
- macOS Darwin 25.1.0
- Fish shell
- double-shot-latte v1.1.5