#!/usr/bin/env node /** * Profile validation script * * Why: Validates profile JSON against schema and checks logical consistency * without requiring API access or tokens. */ export {}; //# sourceMappingURL=validate-profile.d.ts.map