#!/usr/bin/env bash # ask-gemini.sh — DEPRECATED shim. The AGY skill now routes to the Antigravity CLI # (`agy`), not the old Google `gemini` npm CLI (which broke on this account with a # Cloud-project eligibility error). This shim forwards to ask-agy.sh so any existing # references keep working. New callers should use ask-agy.sh directly. DIR="$(cd "$(dirname "${BASH_SOURCE[0]:-$0}")" 2>/dev/null && pwd)" exec bash "$DIR/ask-agy.sh" "$@"