#!/usr/bin/env node
/**
 * Verify ripgrep binary availability after installation
 * This runs after npm install to warn users if ripgrep is not available
 */
export {};
