rebuild_suggestions.sh 310 Bytes
#!/usr/bin/env bash
# Backward-compatible entry: full + incremental + ES/API checks.
# See scripts/build_suggestions.sh --rebuild-and-verify.
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec "$SCRIPT_DIR/build_suggestions.sh" "${1:?Usage: $0 <tenant_id>}" --rebuild-and-verify