#!/usr/bin/env node /** * Smart vibe-validate wrapper with context-aware execution * * Automatically detects execution context and delegates to appropriate binary: * - VV_ROOT_DIR override: Use developer's local build for testing * - Developer mode: Inside vibe-validate repo → packages/cli/dist/bin.js (unpackaged dev build) * - Local install: Project has vibe-validate → node_modules version (packaged) * - Global install: Fallback → globally installed version (packaged) * * Features: * - Version detection and comparison * - Gentle warnings when global is outdated * - Debug mode (VV_DEBUG=1) shows resolution details * * Works in both git and non-git directories. Non-git directories don't get * caching but still get error extraction. */ export {}; //# sourceMappingURL=vibe-validate.d.ts.map