Catalog Data Index

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

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

Generated. Do not edit by hand.

node scripts/generate-catalog-index.mjs --generate
node scripts/generate-catalog-index.mjs --verify

This is a routing index for top100/top500 catalog data. It does not introduce a new status field. Pick the question, open the smallest summary, then use the listed CSV as the authoritative spreadsheet row source.

Question Routes

QuestionOpen firstAuthoritative CSVFields to readNotes
Current headline statusstatus-dashboard/summary.mdstatus-dashboard/status.csvsection, metric, value, status, sourceUse for counts and the current dashboard rollup. Follow source for drill-down. Owner verify: npm run status:dashboard:verify.
Can I use a specific top-100 chart?chart-use-guide/summary.mdchart-use-guide/chart-use-guide.csvanswer, first_action, recommended_base_or_variant, catalog_pathBest first user-facing yes/no route. Does not replace per-chart receipts. Owner verify: npm run chart-use:guide:verify.
For a chart, where are the catalog path, bases, receipts, quirks, and decisions?chart-evidence-router/summary.mdchart-evidence-router/router.csvcatalog_path, proof_lane_rows, variant_revisions, receipt and route fieldsUse when you know the chart name and need links into the authoritative evidence files. Owner verify: npm run chart:evidence-router:verify.
What works, what needs prerequisites, and what is not ready?top100-user-readiness/summary.mdtop100-user-readiness/readiness.csvbucket, user_must_provide, current_proof, next_actionBest single top-100 chart row for user-language status. Owner verify: npm run top100:user-readiness:verify.
Which top-100 rows need a better base?useful-base-design-queue/summary.mduseful-base-design-queue/queue.csvproposed_base, user_job, render_choices, proof_requiredUse for default-shaped proof rows that should not be promoted as-is. Owner verify: npm run top100:useful-base-queue:verify.
Which useful bases have already been made real?useful-base-realization-wave/summary.mduseful-base-realization-wave/wave.csvchart, base, strategy, remaining_proof_workUse after the design queue to see realized recipe/package bases. Owner verify: npm run top100:useful-base-realization:verify.
Which rows are blocked by a limitation decision?top100-coverage/decisions-needed.mdtop100-coverage/work-queue.csvqueue, missing_items, first_step, done_whenUse for support/disclose/defer/block decisions before promotion. Owner verify: npm run top100:coverage:verify.
Where is chart/base proof-lane evidence?outcome-coverage/summary.mdoutcome-coverage/base-outcomes.csvrender_parity, in_confighub, local_live, gitops_live, live_parityUse for lane status by exact chart/base. missing is backlog, not failure. Owner verify: npm run outcomes:verify.
Where is strict top-100 coverage evidence?top100-coverage/summary.mdtop100-coverage/coverage.csvcoverage_status, item statuses, evidence paths, next_actionUse for the strict top-100 contract result and missing item list. Owner verify: npm run top100:coverage:verify.
What does the top-500 source/catalog scan say?top500-catalog-analysis/summary.mdtop500-catalog-analysis/review.csvsource_rank, proof status, catalog status, drift, source featuresUse for planning beyond the maintained top-100/front-door set. Owner verify: npm run top500:catalog:verify.
Which hook-bearing rows have coverage or candidate routes?hook-coverage/summary.mdhook-coverage/top100-hook-coverage.csvsource hook signal, maintained lifecycle status, candidate route statusUse for hook status without treating candidate routes as receipts. Owner verify: npm run hooks:coverage:verify.
Which source quirks still need modeled catalog facts?quirk-work-queue/summary.mdquirk-work-queue/top100-queue.csvopen_quirks, priority, first_action, next_artifactUse for source-scan quirk work that could affect catalog trust. Owner verify: npm run quirk-work-queue:verify.
Which APIService rows need readiness or aggregation evidence?apiservice-coverage/summary.mdapiservice-coverage/top100-apiservice-coverage.csvsource signal, modeled status, object/workload evidence, aggregation evidenceUse for APIService-specific evidence and work orders. Owner verify: npm run apiservice:coverage:verify.
Which rows have remote dependency closure risk?remote-dependency-closure/summary.mdremote-dependency-closure/top100.csvdependency risk, maintained lock status, policy gap, next actionUse before claiming strong provenance or refresh-survival coverage. Owner verify: npm run remote-deps:closure:verify.
Where are production-support decisions and evidence?production-support-decisions/summary.mdproduction-support-decisions/decisions.csvdecision_state, target_scope, evidence decision, next_actionUse for target-scoped production claims. Catalog support is not enough. Owner verify: npm run production:support-decisions:verify.
What should move next?status-dashboard/summary.mdstatus-dashboard/next-work-queues.csvsection, queue, count, next_action, sourceUse for assignment routing across top100, production, live parity, and lifecycle queues. Owner verify: npm run status:dashboard:verify.

Existing Status Fields

Use existing fields before adding another label.

FieldValues to expect
chart-use-guide.answeryes-public-catalog, not-yet-public-catalog-proof-ready, not-yet-user-ready, decision-needed-first
top100-user-readiness.bucketready-to-try, works-with-target-prerequisites, works-with-operator-review, needs-better-base-variant, not-ready-yet
outcome-coverage lane cellspass, missing, watch, blocked, fail where committed receipts define the row status
status-dashboard.statusgood, partial, gap as dashboard rollup labels, not per-chart verdicts

Maintenance Rule

When a routed CSV changes, run that CSV's owner generator and verifier first. Then regenerate the root data index and this page:

npm run data:index
node scripts/generate-catalog-index.mjs --generate
npm run data:index:verify
node scripts/generate-catalog-index.mjs --verify

No live tests are required for this routing page.