Skip to content

double-shot-latte: run-hook.cmd fails on macOS with Fish shell #8

@galligan

Description

@galligan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions