Skip to content

Known-Good Release Matrix

This matrix is generated by topogram release status --strict --write-report. Date checked: 2026-05-20. Treat it as a dated release audit, not a floating compatibility promise.

  • Package: @topogram/[email protected]
  • Latest published: 0.3.111 (current)
  • Release tag: topogram-v0.3.111 (local=yes, remote=yes, at-head=yes)
  • Consumer pins: 21/21 matching
  • Consumer CI: 21/21 passing
  • Proof consumer baseline: 5/5 pinned, 0 current, 5 baseline-accepted, 0 below baseline (minimum 0.3.99)
  • Proof consumer CI: 5/5 passing
  • Strict status: passed
Package or RepoVersion or CommitVerification
@topogram/cli0.3.111Publish CLI Package, strict release status, fresh npmjs smoke, and installed CLI smoke passed
attebury/topograms catalog22a6ff3Catalog Verification: completed/success; pinned @topogram/[email protected]
topogram-demo-todo135107cDemo Verification: completed/success; pinned @topogram/[email protected]
Catalog IDKindPackageVersionStack
hello-apitemplate@topogram/starter-hello-api0.1.14Hono
hello-dbtemplate@topogram/starter-hello-db0.1.14SQLite
hello-iostemplate@topogram/starter-hello-ios0.1.14SwiftUI
hello-webtemplate@topogram/starter-hello-web0.1.14Vanilla HTML/CSS/JS
todotemplate@topogram/template-todo0.1.39SvelteKit + Hono + Postgres
web-apitemplate@topogram/starter-web-api0.1.14React + Express
web-api-dbtemplate@topogram/starter-web-api-db0.1.14SvelteKit + Hono + Postgres
hellotopogram@topogram/topogram-hello0.1.3SvelteKit + Hono + Postgres
Generator PackageSurfaceCatalog usage
@topogram/generator-express-apiapiweb-api
@topogram/generator-hono-apiapihello-api, todo, web-api-db, hello
@topogram/generator-postgres-dbdatabasetodo, web-api-db, hello
@topogram/generator-react-webwebweb-api
@topogram/generator-sqlite-dbdatabasehello-db
@topogram/generator-sveltekit-webwebtodo, web-api-db, hello
@topogram/generator-swiftui-nativenativehello-ios
@topogram/generator-vanilla-webwebhello-web
RepoPinWorkflowStatusRun
topogram-generator-express-api0.3.111Generator Verificationcompleted/success26163575778
topogram-generator-hono-api0.3.111Generator Verificationcompleted/success26163579615
topogram-generator-postgres-db0.3.111Generator Verificationcompleted/success26163584105
topogram-generator-react-web0.3.111Generator Verificationcompleted/success26163587220
topogram-generator-sqlite-db0.3.111Generator Verificationcompleted/success26163591534
topogram-generator-sveltekit-web0.3.111Generator Verificationcompleted/success26163597934
topogram-generator-swiftui-native0.3.111Generator Verificationcompleted/success26163601902
topogram-generator-vanilla-web0.3.111Generator Verificationcompleted/success26163605569
topogram-extractor-node-cli0.3.111Extractor Verificationcompleted/success26163609930
topogram-extractor-react-router0.3.111Extractor Verificationcompleted/success26163613636
topogram-extractor-prisma-db0.3.111Extractor Verificationcompleted/success26163616524
topogram-extractor-express-api0.3.111Extractor Verificationcompleted/success26163620786
topogram-extractor-drizzle-db0.3.111Extractor Verificationcompleted/success26163624223
topogram-extractor-storybook-design0.3.111Extractor Verificationcompleted/success26163630218
topogram-extractor-xstate-workflows0.3.111Extractor Verificationcompleted/success26163636206
topogram-extractor-step-functions-workflows0.3.111Extractor Verificationcompleted/success26163639743
topogram-starters0.3.111Starter Verificationcompleted/success26163705289
topogram-template-todo0.3.111Template Verificationcompleted/success26163731040
topogram-demo-todo0.3.111Demo Verificationcompleted/success26163742623
topogram-hello0.3.111Topogram Package Verificationcompleted/success26163747882
topograms0.3.111Catalog Verificationcompleted/success26163760009
RepoPinBaselineFreshnessRequired scriptsWorkflowStatusRun
topogram-proof-content-approval-v30.3.990.3.99baseline-acceptedproof:audit, verifyProof Verificationcompleted/success26019412516
topogram-proof-content-approval-brownfield-v30.3.990.3.99baseline-acceptedproof:audit, verifyProof Verificationcompleted/success26019418059
topogram-proof-xstate-workflow0.3.1040.3.99baseline-acceptedproof:audit, verifyProof Verificationcompleted/success26081736188
topogram-proof-step-functions-workflow0.3.1060.3.99baseline-acceptedproof:audit, verifyProof Verificationcompleted/success26112695550
topogram-proof-widget-design-realization0.3.1100.3.99baseline-acceptedproof:audit, verifyProof Verificationcompleted/success26148201000

The external Todo demo remains the canonical end-to-end consumer proof for the current catalog-backed workflow:

Terminal window
topogram copy todo ./todo-demo
cd ./todo-demo
npm install
npm run check
npm run generate
npm run app:compile
npm run verify
npm run app:runtime

The demo CI also verifies topogram copy from the default public catalog and from the repo-local catalog fixture. That prevents local fixtures from masking a broken published catalog alias.

Proof consumer repositories are tracked separately from package rollout consumers. They are tutorial-style public product proofs, so strict release status checks their baseline CLI version, proof audit/verify scripts, and Proof Verification CI without adding them to release roll-consumers or requiring every patch release to refresh proof tags.