#!/usr/bin/env node /** * Generate JSON Schema for watch-pr command output * * This script generates a JSON Schema file from the Zod schema defined in * watch-pr-schema.ts. The JSON Schema can be used for: * - IDE autocomplete/validation for YAML files * - Validating watch-pr output in tests * - Documentation generation */ export {}; //# sourceMappingURL=generate-watch-pr-schema.d.ts.map