auto-update-daily-20260202
1#!/usr/bin/env bash
2# Claude Code with Vertex AI environment
3# Usage: cr [args...]
4# This is a script version of the 'cr' alias for use with shpool and other tools
5
6export CLAUDE_CODE_USE_VERTEX=1
7export CLOUD_ML_REGION=us-east5
8export ANTHROPIC_VERTEX_PROJECT_ID=itpc-gcp-pnd-pe-eng-claude
9
10exec claude "$@"