#!/usr/bin/env node /** * Claude Code - Session Stop Hook (Thin Adapter) * * Captures session work when Claude stops responding. * This is a thin adapter that delegates to SessionStopHandler via mediator. * * Signal Handling: * - SIGINT/SIGTERM handlers ensure graceful exit on process interruption * - Prevents blocking CLI when user cancels or system terminates the hook */ export {}; //# sourceMappingURL=session-stop.d.ts.map