# Create virtual environment and install deps (uv.lock) on first use
if [ ! -d .venv ]; then
  uv venv && uv sync
fi

source .venv/bin/activate
