#!/bin/bash echo "πŸ” Simple Migration Validator" echo "=============================" # Function to check actual usage (not comments) check_actual_usage() { local file="$1" local pattern="$2" local description="$3" # Remove comments and check for actual usage local count=$(grep -v ^[[:space:]]*//\|^[[:space:]]*\*\|^[[:space:]]*