#!/bin/sh
# Agent containment on the proposed commit message. Runs even under --no-verify.
# Bypassing this hook is forbidden by AGENTS.md.
set -eu

. "$(dirname "$0")/_resolve"
exec "$HARNESS" prepare-commit-msg "$@"
