#!/usr/bin/env bash
# packages/itil/bin/wr-itil-plugin-validate-ci-gate
#
# ADR-049 shim — resolves the canonical body in this package's
# scripts/ dir. Canonical body at
# `packages/itil/scripts/plugin-validate-ci-gate.sh`; this shim is
# the `$PATH`-resolvable entrypoint that CI and adopter trees invoke.
#
# P263 — implements ADR-063 §Confirmation #11 manifest-validity gate.

exec "$(dirname "$0")/../scripts/plugin-validate-ci-gate.sh" "$@"
