This directory contains bash automation for Kind/Tekton setup, image builds, regression, and E2E flows.
- Full index (every script): docs/SCRIPTS.md
- Shared shell API:
common.sh(sourced by install/publish/regression scripts) - Primary regression:
./scripts/run-regression.sh— details in docs/REGRESSION.md - Cursor / agents:
./scripts/run-regression-agent.sh— docs/AGENT-REGRESSION.md - Product intercept E2E:
./scripts/run-product-intercept-e2e.sh
Retired scripts are moved to scripts/archive/ (see scripts/archive/README.md), mirroring the policy for docs/archive/.
Demo pipelines live under docs/demos/. Canonical interface is the docgen CLI (docgen generate-all, docgen compose). The .sh scripts there are thin wrappers.