#!/usr/bin/env sh
set -eu
PYTHON_BIN="${PYTHON_BIN:-python}"
"$PYTHON_BIN" scripts/vibe.py validate
"$PYTHON_BIN" scripts/vibe.py gate --stage ci
