# Auto-load when entering the worktree (requires direnv: https://direnv.net/).
# Devs without direnv just miss the perf optimization; nothing breaks.

export PRE_COMMIT_USE_UV=1

uv sync --quiet
PATH_add .venv/bin
