#!/bin/sh
# Ralph commit gate: fast lint/format for everyone, plus loop containment.
# Bypassing this hook is forbidden by AGENTS.md.
set -eu

uv run ralph gate
