#!/bin/bash # V31 batch generator - Opus WIRE doctrine 13+7 - Skill: test-orphan-classify # Description: Orphans classifier test # Whitelist-safe timeout 8s set +e timeout 8 bash -c "curl -sk --max-time 3 https://weval-consulting.com/api/opus5-orphans-classifier.php 2>/dev/null | head -c 200" 2>&1 || echo "{\"skill\":\"test-orphan-classify\",\"error\":\"timeout_or_missing_tool\"}"