# NPM Script Catalog

This generated page summarizes the current `package.json` script surface.
The detailed one-row-per-script index is [npm-script-catalog.csv](./npm-script-catalog.csv).

Use [NPM Test And Verification Scripts](./npm-scripts.md) for the human runbook.
Use this page when you need to audit whether a command is a verifier, a
generator, a live test, or a user-side tutorial check.

## Summary

```text
scripts: 648
```

## By Category

| Category | Scripts |
| --- | ---: |
| `other` | 212 |
| `top20-chart-proof` | 123 |
| `production-support` | 65 |
| `catalog-data` | 58 |
| `hook-lifecycle` | 29 |
| `evidence-workdown` | 26 |
| `live-parity-gitops` | 25 |
| `latest-version-refresh` | 18 |
| `confighub-proof` | 16 |
| `repo-integrity` | 15 |
| `confighub-catalog-org` | 11 |
| `derived-variants` | 11 |
| `local-live-evidence` | 8 |
| `scale-proof` | 8 |
| `user-install-verification` | 7 |
| `oci-inspection` | 4 |
| `oci-transformation` | 4 |
| `adversarial-live` | 2 |
| `catalog-readiness` | 2 |
| `oci-evidence` | 2 |
| `pilot-variant-model` | 2 |

## By Mode

| Mode | Scripts |
| --- | ---: |
| `verify` | 301 |
| `generate-or-run` | 261 |
| `run` | 73 |
| `summary` | 7 |
| `self-test` | 5 |
| `full-corpus-verify` | 1 |

## By External State

| External state | Scripts |
| --- | ---: |
| `none-for-verify` | 595 |
| `confighub-or-live-cluster` | 21 |
| `local-kubernetes` | 14 |
| `network-or-helm-repo` | 9 |
| `user-supplied-cluster-or-confighub` | 5 |
| `public-oci-registry` | 2 |
| `user-supplied-oci` | 2 |

## Regenerate

```sh
npm run npm-scripts:catalog
npm run npm-scripts:catalog:verify
```
