Compatible with other Claude Code plugins that spawn background Claude instances.
double-shot-latte — auto-continue plugin that uses a background Claude instance for context evaluation. Notifications are automatically suppressed for the background judge process (via CLAUDE_HOOK_JUDGE_MODE=true environment variable).
If you're developing a plugin that spawns background Claude instances and want to suppress notifications, set CLAUDE_HOOK_JUDGE_MODE=true in the environment before invoking Claude.
To disable this behavior and receive notifications even in judge mode, set in ~/.claude/claude-notifications-go/config.json:
{
"notifications": {
"respectJudgeMode": false
}
}