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