#!/usr/bin/env bash
set -euo pipefail
# Thin wrapper — all logic lives in script/verify.py.
uv run --group dev python script/verify.py "$@"
