Browse Docs
Catalog
Config
Stacks
Operate
Docs

Variant-Promotion Closeout

This guide explains which maintained configurations can be promoted now, which need a fresh test, and which are blocked by missing setup or evidence. View source markdown.

New to cub? Install the cub CLI first. Public catalog packages pull and render anonymously, and you sign in only once a command saves or changes ConfigHub data.

UNOFFICIAL/EXPERIMENTAL

Variant promotion runs in ConfigHub Server. cub variant promote clones a Unit and promotes it server-side. The catalog records receipts for maintained variants, and older watch rows remain visible until their tests are rerun.

The variant-promotion-closeout surface turns that column into an actionable queue: for every variant it says whether cub variant promote is ready to run now, watch-grade pending receipt rerun, or blocked by a proof prerequisite, with the exact next command or fix and the owner who has to act.

How to read it

Owner classMeaningWhat to do
run-proofA server-side clone exists and the base has ConfigHub upload proof (or a prerequisite ConfigHub proof can run); only the promote receipt is missing or stale.Run or rerun the listed cub variant promote proof and record the receipt. Engineering/CI, no model change.
catalog-modelingNeeds catalog/model work before promotion is meaningful.Model the base first, then promote.
not-applicable-if-anyPromotion does not apply to this variant.Nothing.
ReadinessMeaning
ready-to-runClone exists; run the promote proof now.
watch-gradeBasic promote proven on an old receipt; rerun on ConfigHub v0.1.80 or newer to prove the changeset add-new-units path.
blocked-needs-confighub-proofNo ConfigHub upload proof yet, so there is no clone to promote. Run the ConfigHub proof lane first.

Why this matters

It separates the promotion backlog into three very different kinds of work:

  • A large run-proof queue - variants users can promote today; finishing them is recording or refreshing receipts, not building a new promotion model. The summary lists a representative set of exact commands.
  • A watch-grade rerun queue - receipts recorded before the ConfigHub v0.1.80 server fix still show the fallback path. They stay watch until rerun.
  • A residual blocked-needs-confighub-proof set - variants that need the upstream ConfigHub proof before promotion is even possible.

So the remaining non-proven promotion cells are mostly a receipt-refresh queue, not unsolved product work. The authoritative per-variant status is variant-promotion/status.csv; this surface adds the readiness, owner class, clone-exists, and proof-refresh triage on top of it.

Boundaries

Read-only. It lists promote commands but does not run them - promotion is a deliberate ConfigHub-server action. A watch-grade row is a recorded decision (mechanics proven, old receipt still used the fallback), never silently rounded up to proven. The surface regenerates from variant-promotion/status.csv.

Generated from the committed markdown file docs/reference/variant-promotion-closeout.md. The source file is the authoritative version.