#!/usr/bin/env bash
# ADR-049 $PATH shim — dispatches to the canonical mark-create-gate script.
exec "$(dirname "$0")/../scripts/mark-create-gate.sh" "$@"
