#!/usr/bin/env bash
# SPDX-FileCopyrightText: 2026 Daniel J. Mazure
# SPDX-License-Identifier: MIT
#
# Git's core.hooksPath invokes hooks by canonical filename. Keep the reusable
# witness gate script separately named, but expose the required commit-msg hook.
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec "$DIR/witness_commit_gate.sh" "$@"
