#!/bin/zsh

set -euo pipefail

script_dir=${0:A:h}
repo_root=${script_dir:h}

exec uv run --directory "$repo_root" vibe-rag "$@"
