Repo Consistency Review

A repository document, rendered for the site. View source markdown.

What this command does. cub installer is a released, open-source plugin for the cub CLI. cub installer setup pulls a catalog package and writes its Kubernetes files locally. It does not apply those files to a cluster; use kubectl, Argo CD, or Flux for delivery. The generated scripts stop before doing any work when the plugin or kustomize is missing.

Generated at: 2026-07-30T12:38:02.000Z UTC · source: committed helm-expt evidence for this rendered repository document.

Verdict

The repo now has a clearer shape:

New to cub? Install the cub CLI first. You can pull and render public catalog packages without an account. Commands that save or change ConfigHub data require you to sign in.

README -> current mission and simple UX claim
docs/ -> doctrine, harness introduction, maintenance, customization, promotion review
recipes/ -> chart proof artifacts
packages/ -> executable cub installer packages
data/ -> generated review outputs
data/top500-catalog-analysis/ -> current top-500 proof index and source-scan input

The old top-20 render-and-vendor payload is removed from the active tree. The current proof path is recipes/ plus packages/, verified against regular Helm renders and cub installer.

Current Logical Flow

  1. Pick a public Helm chart and version.
  2. Render it with regular Helm under pinned inputs.
  3. Capture a HelmPlan, ChartDossier, source/dependency locks, control points, and value model.
  4. Create one or more install variants.
  5. Store immutable variant revisions with rendered release objects.
  6. Run scans and install gates against the exact rendered objects.
  7. Build an executable cub installer package under packages/.
  8. Compare cub installer setup output with the regular Helm baseline.
  9. Generate catalog-promotion review output.
  10. Promote only after human/product review assigns explicit catalog status.

What Is Consistent

What Still Needs Tightening

Current Review Boundary

Do not use the removed top-20 archive or the old matrix to judge the current plan. They explain how we learned the control points. The current plan is judged by current recipes, current packages, current receipts, generated reviews, and repeatable Helm-vs-cub installer comparisons.