#!/bin/sh
# Ralph commit preflight: fast lint (blocking) + a format report (informative), plus loop containment.
# Bypassing this hook is forbidden by AGENTS.md.
set -eu

. "$(dirname "$0")/_resolve"
exec "$HARNESS" preflight
