#!/usr/bin/env bash set -euo pipefail echo "=== Setting up Git hooks ===" REPO_ROOT=$(git rev-parse --show-toplevel) cat <