#!/usr/bin/env node /** * Setup CLI Script for OpenCode Diff Plugin * * This script sets up the OpenCode Diff Plugin by: * - Validating Node.js version * - Checking for package.json (local mode) * - Creating/updating opencode.json with plugin reference * - Creating .opencode/diff-plugin.json with safe defaults * - Installing the plugin via npm (locally or globally) * * Usage: * npx opencode-diff setup # Local installation (default) * npx opencode-diff setup --global # Global installation */ export {}; //# sourceMappingURL=setup.d.ts.map