#!/usr/bin/env bash # Lists tags likely missing alt= attribute (heuristic). set -euo pipefail ROOT="$(git rev-parse --show-toplevel 2>/dev/null || echo .)" OUT="$ROOT/reports/phase1-$(date +%Y%m%d-%H%M%S)-img-no-alt.txt" grep -RIn --include='*.{tsx,jsx,ts,js}' '