#!/usr/bin/env node /** * Entry point for Claude Code session indexing. * * Called by the Claude Code Stop hook. Receives JSON on stdin: * { session_id, transcript_path, cwd, ... } * * Reads the transcript file, converts to FullMessage[], and indexes * new messages into the shared sqlite-vec DB. * * Runs as a Node.js subprocess (not Bun) so native addons load correctly. */ export {}; //# sourceMappingURL=indexer-cli-claude.d.ts.map