#!/usr/bin/env bash # Regenerate every transcript under docs/output/. This module's tests ARE the transcripts — # each one asserts the same numbers it writes via the Transcript helper — so a single `mvn test` # is the whole regeneration step; there is no separate demo script to drive. set -euo pipefail cd "$(dirname "$0")/.." mvn -q test echo "Regenerated: $(ls docs/output | wc -l) files in docs/output/"