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