# Optional: Add commit message linting here if needed # For now, just ensure commit message is not empty if [ -z "$(cat $1 | head -1)" ]; then echo "Error: Commit message cannot be empty" exit 1 fi echo "✅ Commit message looks good!"