#!/bin/zsh
# tool-gap-policy — print HelperAI's code-level policy for missing tool capability.
set -euo pipefail
SCRIPT_DIR="${0:A:h}"
ROOT_DIR="${SCRIPT_DIR:h}"
COMPONENT="$ROOT_DIR/components/macos/tool_gap_policy.py"
exec /usr/bin/env python3 "$COMPONENT" "$@"
