#!/bin/bash # V31 batch generator - Opus WIRE doctrine 13+7 - Skill: executed-count # Description: Executed intents # Whitelist-safe timeout 8s set +e timeout 8 bash -c "grep -l \"'status' => 'EXECUTED'\" /var/www/html/api/wired-pending/*.php 2>/dev/null | wc -l" 2>&1 || echo "{\"skill\":\"executed-count\",\"error\":\"timeout_or_missing_tool\"}"