#!/bin/bash # V31 batch generator - Opus WIRE doctrine 13+7 - Skill: git-bytes-recent # Description: Git recent bytes changed # Whitelist-safe timeout 8s set +e timeout 8 bash -c "cd /var/www/html && git diff --shortstat HEAD~5..HEAD 2>/dev/null | head -1" 2>&1 || echo "{\"skill\":\"git-bytes-recent\",\"error\":\"timeout_or_missing_tool\"}"