#!/bin/sh # Both checks. Non-zero exit on any failure — wire this into CI. set -e echo "── curriculum ──"; node validate.mjs echo; echo "── word gate ──"; node audit-gate.mjs