# Source erk activation script if it exists
# This script:
#   - Creates .venv with `uv sync` if missing
#   - Activates the virtual environment
#   - Loads .env into the environment
#   - Sets up shell completion for erk
source_env_if_exists .erk/bin/activate.sh
