Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1 KB

File metadata and controls

19 lines (12 loc) · 1 KB

scripts/ — automation entrypoints

This directory contains bash automation for Kind/Tekton setup, image builds, regression, and E2E flows.

Where to look

  • 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

Obsolete scripts

Retired scripts are moved to scripts/archive/ (see scripts/archive/README.md), mirroring the policy for docs/archive/.

Demo video generation

Demo pipelines live under docs/demos/. Canonical interface is the docgen CLI (docgen generate-all, docgen compose). The .sh scripts there are thin wrappers.