A command to re-generate types, identify schema drift, smoke test the queries with performance testing and differences. Something like the below:
$ npx hypequery test
🔍 Schema Check
✓ All types match database schema
⚠️ New column 'users.deleted_at' detected
🧪 Smoke Test (running queries)
✓ activeUsers (45ms, 12 rows)
✓ revenueByMonth (120ms, 24 rows)
✓ topCustomers (2100ms, 50 rows)
📊 Performance Check
✓ All queries within thresholds
⚠️ topCustomers is slow (2100ms > 1000ms threshold)
