#!/bin/bash
set -uo pipefail
echo "===== E2E: deployed askAI + parseReviewWithRepair on real codex ====="
node /tmp/cj/19_e2e.mjs 2>&1
echo "E2E_DONE"
