#!/usr/bin/env node /** * Entry point for Gemini CLI session indexing. * * Called by the Gemini CLI AfterAgent hook. Receives JSON on stdin: * { session_id, transcript_path, cwd, hook_event_name, ... } * * Reads the session JSON transcript, converts to FullMessage[], and indexes * new messages into the shared sqlite-vec DB. */ export {}; //# sourceMappingURL=indexer-cli-gemini.d.ts.map